mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-18 10:59:18 -06:00
Removed assert with problems on GCC and clang.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user