Skip to content
Snippets Groups Projects
Commit bbf83057 authored by Bronek Kozicki's avatar Bronek Kozicki
Browse files

Wrap comment at 80 cols

parent b7bdd3a6
No related branches found
No related tags found
No related merge requests found
......@@ -103,8 +103,8 @@ template <typename Type>
constexpr char TypeTag<Type>::dummy_var;
// FastTypeId<Type>() evaluates at compile/link-time to a unique pointer for the
// passed in type. These are meant to be good match for keys into maps or straight
// up comparisons.
// passed in type. These are meant to be good match for keys into maps or
// straight up comparisons.
template<typename Type>
constexpr inline const void* FastTypeId() {
return &TypeTag<Type>::dummy_var;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment