| 43 | |
| 44 | template < typename GeodeFactory > |
| 45 | void check_register( std::string_view extension ) |
| 46 | { |
| 47 | geode::OpenGeodeMeshException::test( |
| 48 | GeodeFactory::has_creator( extension.data() ), |
| 49 | "No creator for extension ", extension, " is not correct" ); |
| 50 | } |
| 51 | |
| 52 | void test() |
| 53 | { |