Removed assert with problems on GCC and clang.

This commit is contained in:
Jonathas Costa
2021-01-05 10:58:24 -05:00
parent 0fea8c5ae3
commit ee29a704af

View File

@@ -328,7 +328,7 @@ template <typename T>
AnnotationVerifier<T>::AnnotationVerifier(std::string a)
: annotation(std::move(a))
{
ghoul_assert(!annotation.empty(), "Annotation must not be empty");
}
template <typename T>