|
|
@@ -26,7 +26,7 @@ public:
|
|
|
|
|
|
/*! @brief Statically generated unique identifier for the given type. */
|
|
|
template<typename... Type>
|
|
|
- // at the time I'm writing, clang crashes during compilation if auto is used instead of family_type
|
|
|
+ // at the time I'm writing, clang crashes during compilation if auto is used instead of value_type
|
|
|
inline static const value_type value = identifier();
|
|
|
};
|
|
|
|