We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a691a commit 344766dCopy full SHA for 344766d
1 file changed
include/openPMD/Datatype.hpp
@@ -790,7 +790,7 @@ Datatype stringToDatatype(const std::string &s);
790
* @param dt Datatype to output
791
* @return Reference to the stream
792
*/
793
-std::ostream &operator<<(std::ostream &, openPMD::Datatype const &);
+std::ostream &operator<<(std::ostream &os, openPMD::Datatype const &dt);
794
795
template <typename T>
796
constexpr auto datatypeIndex() -> size_t
0 commit comments