mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 11:14:35 +03:00
Merge pull request #123 from shreyasbharath/add-named_type
Add Jonathan Boccara's NamedType library
This commit is contained in:
@@ -21,10 +21,10 @@ Consider using a typesafe library like
|
|||||||
|
|
||||||
* https://foonathan.net/type_safe/
|
* https://foonathan.net/type_safe/
|
||||||
* https://github.com/rollbear/strong_type
|
* https://github.com/rollbear/strong_type
|
||||||
|
* https://github.com/joboccara/NamedType
|
||||||
|
|
||||||
Note that stronger typing can also allow for more compiler optimizations.
|
Note that stronger typing can also allow for more compiler optimizations.
|
||||||
|
|
||||||
|
|
||||||
* [Sorting in C vs C++](Sorting in C vs C++.pdf)
|
* [Sorting in C vs C++](Sorting in C vs C++.pdf)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user