Skip to content

Commit 72c333d

Browse files
committed
Replace traits in README with concepts
1 parent b8da1c5 commit 72c333d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ for learning new C++ standards and exploring interests.
3838
* [INI](fly/parser/ini_parser.hpp) and [JSON](fly/parser/json_parser.hpp) file parsers
3939
* [System resource monitor](fly/system/system_monitor.hpp)
4040
* 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>`
41+
* [Concepts](fly/concepts/concepts.hpp) to extend the STL's `<concepts>`
4242
* Type-safe, fixed-width [integer literal suffixes](fly/types/numeric/literals.hpp)
4343

4444
## Building

0 commit comments

Comments
 (0)