V694. The condition (ptr - const_value) is only false if the value of a pointer equals a magic constant. V695. Range intersections are possible within conditional expressions. V696. The 'continue' operator will terminate 'do { ... } while (FALSE)' loop because the condition is always ...
llvm::SmallVector<const Expr *, 1> AC1, AC2; F1->getAssociatedConstraints(AC1); F2->getAssociatedConstraints(AC2); bool AtLeastAsConstrained1, AtLeastAsConstrained2; if (IsAtLeastAsConstrained(F1, AC1, F2, AC2, AtLeastAsConstrained1)) return nullptr; if (IsAtLeastAsConstrained(F2, AC2...
I get this error when building the tests on macOS: In file included from test/optional-lite.t.cpp:7: In file included from test/optional-lite.t.h:12: include/nonstd/optional.hpp:1070:7: error: explicit specialization of non-template clas...