]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/resource/profile/DatedValue.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://framagit.org/simgrid/simgrid
[simgrid.git] / src / kernel / resource / profile / DatedValue.hpp
index 6e5d32cfd90af88f6382b74d76902ec93d0218e4..24b7540957ff46803566c2fd91deeb6941c5d09d 100644 (file)
@@ -32,7 +32,6 @@ public:
   bool operator==(DatedValue const& e2) const;
   bool operator!=(DatedValue const& e2) const { return not(*this == e2); }
 };
-std::ostream& operator<<(std::ostream& out, const DatedValue& e);
 
 } // namespace profile
 } // namespace kernel