mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2025-12-15 11:52:08 +07:00
add scopes manual for github issue #18
This commit is contained in:
@@ -51,7 +51,7 @@ TEST_CASE("meta/meta_examples/function/usage") {
|
||||
// also, we can find it with argument types (for overloaded functions)
|
||||
CHECK(sub_function == math_scope.get_function_with<int, int>("sub"));
|
||||
|
||||
// checks a type of the founded function
|
||||
// checks a type of the found function
|
||||
CHECK(sub_function.get_type() == meta::resolve_type<int(*)(int, int)>());
|
||||
|
||||
// checks the ability to call the function with specific arguments
|
||||
|
||||
Reference in New Issue
Block a user