mr_ped Messages: 826 Registered: November 2005 Location: Czech Republic - Praha
Experienced Contributor
NAMESPACE_UPP doesn't open upp namespace for definitions? (too lazy to check the macro)
So QrEncode would end up in Upp::QrEncode then? Which is probably not desired.
I would probably rather go for UPP::String instead of String ... (although now I wonder if it works when Upp namespace is switched off by some flag.. probably yes, as then upp classes end as global, and ::String is fine (notice I used UPP:: instead of Upp::, UPP should be well defined by U++ depending on that flag ... somewhere, not sure in which .h, but very likely some basic from Core)