bluetoe icon indicating copy to clipboard operation
bluetoe copied to clipboard

Move to a more mature TMP library

Open TorstenRobitzki opened this issue 7 years ago • 3 comments

Especially with GCC, compile times are rising fast, when having real-world projects and using notification priorities.

http://metaben.ch seems to be a good list to pick one library from.

TorstenRobitzki avatar May 16 '18 18:05 TorstenRobitzki

I've now been bitten by this: apparently all the template metaprogramming is too much for Visual Studio to handle; when I tried to instantiate a cstring_value<> the entire IDE froze and had to be restarted. This has happened without fail, and my "solution" so far has been to switch to Eclipse.

kaofishy avatar Jun 22 '18 19:06 kaofishy

Well, I guess that Visual Studio would freeze even more when I switch Bluetoe to one of the libraries mentioned at metaben.ch.

TorstenRobitzki avatar Jun 22 '18 20:06 TorstenRobitzki

Hats off to whoever have to write live parsers for C++ templates tbqh.

kaofishy avatar Jun 22 '18 20:06 kaofishy