introspection: identify the bug that CLANG_WORKAROUND addresses

This commit is contained in:
Danny Robson 2017-09-08 17:02:33 +10:00
parent 8e7f23c4dd
commit edfe4b73bb

View File

@ -31,9 +31,9 @@
namespace util {
// XXX: clang-3.9/clang-4.0 will not instantiate static constexpr member
// variables from class specialisations, so we have to use detail classes
// to hold the variables and instantiate _those_ members instead.
// clang#18781: clang-3.9/clang-4.0 will not instantiate static constexpr
// member variables from class specialisations, so we have to use detail
// classes to hold the variables and instantiate _those_ members instead.
template <typename T>
struct type_name;