8000 Merge pull request #123 from shreyasbharath/add-named_type · shashwat-dixit/cppbestpractices@9486df2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9486df2

Browse files
authored
Merge pull request cpp-best-practices#123 from shreyasbharath/add-named_type
Add Jonathan Boccara's NamedType library
2 parents fe0fcf9 + 4aa7ef3 commit 9486df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

09-Considering_Correctness.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Consider using a typesafe library like
2121

2222
* https://foonathan.net/type_safe/
2323
* https://github.com/rollbear/strong_type
24+
* https://github.com/joboccara/NamedType
2425

2526
Note that stronger typing can also allow for more compiler optimizations.
2627

27-
2828
* [Sorting in C vs C++](Sorting in C vs C++.pdf)
2929

3030

0 commit comments

Comments
 (0)
0