mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2025-12-15 03:45:30 +07:00
fix extra ';'
This commit is contained in:
@@ -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