jngl icon indicating copy to clipboard operation
jngl copied to clipboard

Use C++20 features (was: Evaluate std::string_view)

Open jhasse opened this issue 6 years ago • 3 comments

Probably has to wait until C++20: https://stackoverflow.com/a/53530846/647898

jhasse avatar May 15 '19 17:05 jhasse

load could also return std::jthread.

C++20 (std::jthread in particular) compiler support:

  • [x] GCC 10: https://en.cppreference.com/w/cpp/compiler_support
  • [ ] Apple Clang
  • [x] MSVC
  • [ ] Android's Clang
  • [ ] Nintendo Switch
  • [ ] iOS

jhasse avatar May 18 '20 13:05 jhasse