ASSIGNED 165791
makeString's UChar* version of writeTo(LChar*) should be compile-time failure
https://bugs.webkit.org/show_bug.cgi?id=165791
Summary makeString's UChar* version of writeTo(LChar*) should be compile-time failure
JF Bastien
Reported 2016-12-12 22:53:52 PST
It's currently a call to CRASH. It should be made to be a compile-time failure if instantiated.
Attachments
Darin Adler
Comment 1 2019-02-20 09:04:12 PST
I don’t think this is important to do. It would be a neat refinement, but it’s not a practical problem. It would be helpful to discover mistakes in the implementation of tryMakeString itself, but it’s not relevant to users of makeString. I suggest we just close this bug.
Note You need to log in before you can comment on or make changes to this bug.