Skip to content

Commit 344766d

Browse files
committed
CI fixes
1 parent 13a691a commit 344766d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/openPMD/Datatype.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ Datatype stringToDatatype(const std::string &s);
790790
* @param dt Datatype to output
791791
* @return Reference to the stream
792792
*/
793-
std::ostream &operator<<(std::ostream &, openPMD::Datatype const &);
793+
std::ostream &operator<<(std::ostream &os, openPMD::Datatype const &dt);
794794

795795
template <typename T>
796796
constexpr auto datatypeIndex() -> size_t

0 commit comments

Comments
 (0)