We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8ad09 commit 0a7b758Copy full SHA for 0a7b758
README.md
@@ -6,7 +6,7 @@ You can easily compile your code diffrently depending on which pointer-type is u
6
You can find inheritance and you won't have trouble with const, volatile keywords.
7
8
Type traits are generally used for static assertions and static polymorphism. (C++ 17 if constexpr)
9
-However, the standard library's type traits do not support smart pointers, and do not support inheritance.
+However, the standard library's type traits do not support smart pointers, and do not find inheritance.
10
This is why smart pointer type traits made.
11
12
# Release Note
0 commit comments