[Bug c++/65923] False positive for warning about literal operator suffix and using

TonyELewis at hotmail dot com gcc-bugzilla@gcc.gnu.org
Fri Apr 20 20:27:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65923

--- Comment #9 from Tony E Lewis <TonyELewis at hotmail dot com> ---
I'm so delighted to see:

  #include <chrono>
  #include <string>

  using std::literals::chrono_literals::operator""s;
  using std::literals::string_literals::operator""s;

...compiling cleaning on Godbolt.

Thanks for this Ville.


More information about the Gcc-bugs mailing list