By-value arguments implicitly passed by reference should be exposed as by-value via trampoline #79
Labels
Area-OutputGeneration
Issues concerning the process of generating output from Biohazrd
Concept-OutputFriendliness
Issues concerning the friendliness of using the Biohazrd output
Language-C#
Issues specific to C#
Some types in C++ are implicitly passed by reference when they wouldn't be in CLR. As such, we explicitly translate parameters of these type with an extra level of indirection. This frequently leads to some awkward-to-use APIs. We should consider translating these as
in
parameters instead.The text was updated successfully, but these errors were encountered: