mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2025-12-14 11:40:35 +07:00
fix extra ';'
This commit is contained in:
@@ -37,6 +37,7 @@ target_compile_options(${PROJECT_NAME}
|
||||
-Wno-shadow-field-in-constructor
|
||||
-Wno-unknown-warning-option
|
||||
-Wno-weak-vtables
|
||||
-Wno-zero-as-null-pointer-constant
|
||||
>)
|
||||
|
||||
if(BUILD_AS_STANDALONE)
|
||||
|
||||
@@ -709,7 +709,7 @@ namespace meta_hpp
|
||||
// NOLINTNEXTLINE(readability-named-parameter)
|
||||
[[nodiscard]] auto resolve_type(const T&) {
|
||||
return resolve_type<std::remove_reference_t<T>>();
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
namespace meta_hpp
|
||||
|
||||
Reference in New Issue
Block a user