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 2d11893 commit e167bfbCopy full SHA for e167bfb
1 file changed
include/openPMD/IO/InvalidatableFile.hpp
@@ -88,7 +88,7 @@ struct less<openPMD::InvalidatableFile>
88
{
89
using first_argument_type = openPMD::InvalidatableFile;
90
using second_argument_type = first_argument_type;
91
- using result_type = typename std::less<std::string>::result_type;
+ using result_type = bool;
92
result_type
93
operator()(first_argument_type const &, second_argument_type const &) const;
94
};
0 commit comments