diff options
Diffstat (limited to 'node/SharedPtr.hpp')
-rw-r--r-- | node/SharedPtr.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/node/SharedPtr.hpp b/node/SharedPtr.hpp index a31e135e..198804a4 100644 --- a/node/SharedPtr.hpp +++ b/node/SharedPtr.hpp @@ -43,6 +43,9 @@ namespace ZeroTier { * * Because this is introspective, it is safe to apply to a naked pointer * multiple times provided there is always at least one holding SharedPtr. + * + * Once C++11 is ubiquitous, this and a few other things like Thread might get + * torn out for their standard equivalents. */ template<typename T> class SharedPtr |