Bogus clang errors make me sad.

This commit is contained in:
ThePhD 2016-07-07 17:11:43 -04:00
parent 47f29db964
commit dbaa8f58f0
2 changed files with 2 additions and 3 deletions

View File

@ -29,7 +29,7 @@
namespace sol {
struct simple_tag {} const simple;
struct simple_tag {} const simple{};
template <typename T>
struct simple_usertype_metatable : usertype_detail::registrar {

View File

@ -90,8 +90,7 @@ namespace sol {
struct add_destructor_tag {};
struct check_destructor_tag {};
struct verified_tag {} const verified{};
struct simple_tag {} const simple{};
template <typename T>
struct is_constructor : std::false_type {};