Merge pull request #123 from shreyasbharath/add-named_type

Add Jonathan Boccara's NamedType library
This commit is contained in:
Jason Turner
2020-05-17 08:16:20 -06:00
committed by GitHub

View File

@@ -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)