Fix linking when built with clang++ 3.4 (#2270)

This commit is contained in:
Vlad Glagolev 2020-12-04 16:07:12 -08:00 committed by GitHub
parent c198859cd5
commit 3d6a7ffd4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ namespace modules {
template <typename Impl> template <typename Impl>
string module<Impl>::type() const { string module<Impl>::type() const {
return string(CONST_MOD(Impl).TYPE); return string(module<Impl>::TYPE);
} }
template <typename Impl> template <typename Impl>