[LLVMbugs] [Bug 14528] constexpr literal string gets warning about deprecated string conversions

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Dec 6 13:34:39 PST 2012


http://llvm.org/bugs/show_bug.cgi?id=14528

David Blaikie <dblaikie at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dblaikie at gmail.com
         Resolution|                            |INVALID

--- Comment #1 from David Blaikie <dblaikie at gmail.com> 2012-12-06 15:34:39 CST ---
you made the object 'text' const, equivalent to: "char * const text" so you're
still causing the deprecated conversion to occur.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list