Skip to content

Commit e167bfb

Browse files
authored
Fix deprecated use in InvalidatableFile.hpp (#1888)
1 parent 2d11893 commit e167bfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/openPMD/IO/InvalidatableFile.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ struct less<openPMD::InvalidatableFile>
8888
{
8989
using first_argument_type = openPMD::InvalidatableFile;
9090
using second_argument_type = first_argument_type;
91-
using result_type = typename std::less<std::string>::result_type;
91+
using result_type = bool;
9292
result_type
9393
operator()(first_argument_type const &, second_argument_type const &) const;
9494
};

0 commit comments

Comments
 (0)