Skip to content

Commit dd3c774

Browse files
Update README.md
1 parent f8453d5 commit dd3c774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Some thoughts:
1111
Library utilities:
1212

1313
+ ptr_to_unique - A smart pointer to an object already owned by a unique_ptr. It doesn't own the object but it self zeroes when the object is deleted so that it can never dangle.
14-
+ numerical conversions - A set of dedicated numerical conversions that are a better choice than the canonical application static_cast.
14+
+ numerical conversions - A set of dedicated numerical conversions that are a better choice than the canonical application of static_cast.
1515
+ literal integral constants - Converts literal constants into std::integral_constant using a double underscore suffix, e.g. 4__
1616

1717

0 commit comments

Comments
 (0)