From ee29a704afd109cdff882f06e2648102b242ae62 Mon Sep 17 00:00:00 2001 From: Jonathas Costa Date: Tue, 5 Jan 2021 10:58:24 -0500 Subject: [PATCH] Removed assert with problems on GCC and clang. --- include/openspace/documentation/verifier.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/openspace/documentation/verifier.inl b/include/openspace/documentation/verifier.inl index 7d9eb83b18..bcab502137 100644 --- a/include/openspace/documentation/verifier.inl +++ b/include/openspace/documentation/verifier.inl @@ -328,7 +328,7 @@ template AnnotationVerifier::AnnotationVerifier(std::string a) : annotation(std::move(a)) { - ghoul_assert(!annotation.empty(), "Annotation must not be empty"); + } template