
22 Jul
2009
22 Jul
'09
5:19 p.m.
Zachary Turner wrote:
Not if you declare it in a cpp file, but if you declare it in a highly visible .h file then yes. Do you have a way around this so that it can be declared in a .h file?
Well, I'd want the compile-time map and the declaration of th eruntime map in a header, but the definition of the runtime map in a .cpp file. But with your approach of both being defined at the same time, I can't do that.