[Bug c++/59867] Template string literal loses first symbol
i-hate-registration at mailinator dot com
gcc-bugzilla@gcc.gnu.org
Sat Jan 18 17:54:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59867
--- Comment #7 from Username <i-hate-registration at mailinator dot com> ---
I've heard that it was previously expected to be in C++14, though it was
somehow forgotten, because the fix is quite small and one could currently do it
with a little bit of preprocessor/constexpr (MPLLIBS_STRING in
https://github.com/sabel83/mpllibs).
Nevertheless, compile-time strings are very useful (as it's shown in D), and
will be a part of standard sooner or later.
More information about the Gcc-bugs
mailing list