I haven't quite tracked down what "doesn't work" means--there is no ergo error, but the module paths are somehow evaluated differently (and result in compiler errors, specifically missing #includes). Also, I guess this is maybe a bug in ergo and not ergo-cpp...
This function works:
however this function doesn't:
I haven't quite tracked down what "doesn't work" means--there is no ergo error, but the module paths are somehow evaluated differently (and result in compiler errors, specifically missing
#include
s). Also, I guess this is maybe a bug in ergo and not ergo-cpp...