File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
795795template <typename T>
796796constexpr auto datatypeIndex () -> size_t
Original file line number Diff line number Diff line change @@ -332,7 +332,8 @@ class AbstractIOHandler
332332 * @param params Parsed flush parameters
333333 * @return Future indicating completion state
334334 */
335- virtual std::future<void > flush_impl (internal::ParsedFlushParams &) = 0;
335+ virtual std::future<void >
336+ flush_impl (internal::ParsedFlushParams ¶ms) = 0;
336337}; // AbstractIOHandler
337338
338339} // namespace openPMD
You can’t perform that action at this time.
0 commit comments