IT Nursery
string_view was a proposed feature within the C++ Library Fundamentals TS(N3921) added to C++17 As far as i understand it is a type that represent some kind of string...
  • May 29, 2022
  • 0 Comments
C++17 introduced a new lock class called std::scoped_lock. Judging from the documentation it looks similar to the already existing std::lock_guard class. What’s the difference and when should I use...
  • May 22, 2022
  • 0 Comments
P0137 introduces the function template std::launder and makes many, many changes to the standard in the sections concerning unions, lifetime, and pointers. What is the problem this paper is...
  • May 15, 2022
  • 0 Comments
This question’s answers are a community effort. Edit existing answers to improve this post. It is not currently accepting new answers or interactions. C++17 is now feature complete, so...
  • April 16, 2022
  • 0 Comments