From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4534 invoked by alias); 18 Jan 2014 17:54:37 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 4261 invoked by uid 48); 18 Jan 2014 17:54:33 -0000 From: "i-hate-registration at mailinator dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/59867] Template string literal loses first symbol Date: Sat, 18 Jan 2014 17:54:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: i-hate-registration at mailinator dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-01/txt/msg01991.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59867 --- Comment #7 from Username --- 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.