We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 506a941 commit 5456ff3Copy full SHA for 5456ff3
include/openPMD/DatatypeHelpers.hpp
@@ -83,6 +83,7 @@ struct CallUndefinedDatatype
83
{
84
return Action::template call< n >( std::forward< Args >( args )... );
85
}
86
+ throw std::runtime_error( "Unreachable!" );
87
88
};
89
0 commit comments