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

            Bug ID: 21447
           Summary: string_view::to_string() is not marked const
           Product: libc++
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

The implementation of std::experimental::string_view::to_string() isn't marked
const, even though n4082[1] says it should be. The std::string conversion
operator *is* marked const, however.

If no one fixes this in a day or two, I'll write up a patch. I assume I'd have
to write tests for this?

[1] http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4082.pdf

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to