🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Registerring Strings

Started by
11 comments, last by lxnyce 18 years, 11 months ago
IIRC, the MSVC compiler has only ever been known to die with internal errors on partially specialized templates. It's very nearly standard compliant now, but 7.1 could still fark on partially specialized member templates if conditions were just right. You probably ran into such a case. Sticking it in the static function gave the compiler just enough more information to figure it out.
Advertisement
Rain Dog may have found the real cause of this problem. In his post he mentioned that by turning off precompiled headers for the file that registers the operators he was able to avoid the problem.

Just thought I'd let you guys know, just in case you don't read the other posts.

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

Thanks for letting us know :).

This topic is closed to new replies.

Advertisement