mpllibs
mpllibs copied to clipboard
C++ template metaprogramming library collection
Results
2
mpllibs issues
Sort by
recently updated
recently updated
newest added
The following gives build errors on apple llvm 7.1. ``` #define MPLLIBS_LIMIT_STRING_SIZE 257 #include using my_string = MPLLIBS_STRING(R"(hello world)"); ``` The errors: ``` /Users/reuben/dev/genrile/tests/evil.cpp:3:19: error: use of undeclared identifier 'MPLLIBS_V2_STRING_N'...
I read and tested your safe_printf, it was amazed me... So, what I need is not only "safe", but also "convenient", for example, I want (maybe many people want too)...