Skip to content

Commit a600ffc

Browse files
authored
Update README.md
1 parent 29838f9 commit a600ffc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
A simple, header-only cpp library implementing smart pointer type traits.
55
You can easily compile your code diffrently depending on which pointer-type is used.
6-
You can detect inheritance too and you won't have trouble with const, volatile qualifiers.
6+
You can detect inheritance too and you won't have trouble with const, volatile qualifiers.
7+
It also contains member detections. (SFINAE based)
78

89
Type traits are generally used for static assertions and static polymorphism. (C++ 17 if constexpr)
910
However, the standard library's type traits do not support smart pointers, and do not detect inheritance.

0 commit comments

Comments
 (0)