We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8da1c5 commit 72c333dCopy full SHA for 72c333d
README.md
@@ -38,7 +38,7 @@ for learning new C++ standards and exploring interests.
38
* [INI](fly/parser/ini_parser.hpp) and [JSON](fly/parser/json_parser.hpp) file parsers
39
* [System resource monitor](fly/system/system_monitor.hpp)
40
* Thread-safe [queue](fly/types/concurrency/concurrent_queue.hpp) and [stack](fly/types/concurrency/concurrent_stack.hpp)
41
-* [Type traits](fly/traits/traits.hpp) to extend the STL's `<type_traits>`
+* [Concepts](fly/concepts/concepts.hpp) to extend the STL's `<concepts>`
42
* Type-safe, fixed-width [integer literal suffixes](fly/types/numeric/literals.hpp)
43
44
## Building
0 commit comments