Skip to content

Commit 5456ff3

Browse files
committed
CI fixes
1 parent 506a941 commit 5456ff3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/openPMD/DatatypeHelpers.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ struct CallUndefinedDatatype
8383
{
8484
return Action::template call< n >( std::forward< Args >( args )... );
8585
}
86+
throw std::runtime_error( "Unreachable!" );
8687
}
8788
};
8889
}

0 commit comments

Comments
 (0)