Skip to content

Latest commit

 

History

History
105 lines (86 loc) · 8.52 KB

standards_covarage.md

File metadata and controls

105 lines (86 loc) · 8.52 KB

for better descriptions click here

C++ 11

Language Features :

Library Features :

C++14

Language Features :

Library Features :

C++17

Language Features :

Library Features :

  • std::variant ✔️
  • std::optional ✔️
  • std::any ❌
  • std::string_view ❌
  • std::invoke ❌
  • std::apply ❌
  • std::filesystem ✔️
  • std::byte ✔️
  • splicing for maps and sets ✔️
  • parallel algorithms ⚠️

*Legend : checked - done, warning - TO DO, crossed - won't be discussed