|
@@ -31,7 +31,7 @@ struct meta_associative_container_traits;
|
|
|
* @brief Provides the member constant `value` to true if a given type is a
|
|
* @brief Provides the member constant `value` to true if a given type is a
|
|
|
* pointer-like type from the point of view of the meta system, false otherwise.
|
|
* pointer-like type from the point of view of the meta system, false otherwise.
|
|
|
*/
|
|
*/
|
|
|
-template<typename, typename = void>
|
|
|
|
|
|
|
+template<typename>
|
|
|
struct is_meta_pointer_like: std::false_type {};
|
|
struct is_meta_pointer_like: std::false_type {};
|
|
|
|
|
|
|
|
/**
|
|
/**
|