Added comment [#CLICKHOUSE-2].

This commit is contained in:
Alexey Milovidov 2017-11-04 23:57:10 +03:00
parent fbb8f48325
commit a9ebc23599

View File

@ -14,6 +14,7 @@ namespace ext
* - your class cannot be final; * - your class cannot be final;
* - bad compilation error messages; * - bad compilation error messages;
* - bad code navigation. * - bad code navigation.
* - different dynamic type of created object, you cannot use typeid.
*/ */
template <typename T> template <typename T>
struct shared_ptr_helper struct shared_ptr_helper