Closed marcinlos closed 3 years ago
This is caused by a clang bug: https://bugs.llvm.org/show_bug.cgi?id=34332
Explicitly adding inline
doesn't help (and should not be necessary, since constexpr
member variables are implicitly inline
since C++17). This has been fixed in clang 6.0, so this is the minimal version ADS requires.
With Clang 5.0.1, the library compiles but misses some symbols. Using it leads to linker errors: