You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Some thoughts:
11
11
Library utilities:
12
12
13
13
+ 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.
15
15
+ literal integral constants - Converts literal constants into std::integral_constant using a double underscore suffix, e.g. 4__
0 commit comments