Use of const as a local variable gives a C++ compilation error. There are presumably various other keywords that also can't be used. We ran into ongoing issues with this in nimble that we tried to address in BUGS_modelDef.R based on reservedKeywords. Let's try to deal with this systematically in nCompiler.
Use of
constas a local variable gives a C++ compilation error. There are presumably various other keywords that also can't be used. We ran into ongoing issues with this innimblethat we tried to address in BUGS_modelDef.R based onreservedKeywords. Let's try to deal with this systematically in nCompiler.