summaryrefslogtreecommitdiff
path: root/ACE/ace/Time_Value.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-06-08 08:40:22 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-06-08 08:40:22 +0200
commit8b78a5b28039bf877a77acc625c362473c9238c3 (patch)
treec37120eaf401937134f6c482acc20b7489c286ef /ACE/ace/Time_Value.h
parente9078b688e371a3ae6bebf232eeebb3aca293da0 (diff)
downloadATCD-8b78a5b28039bf877a77acc625c362473c9238c3.tar.gz
We require each platform to provide std iostreams so define ACE_HAS_CPP98_IOSTREAMS always for backwards compability and removed the checks for it
* ACE/ace/Time_Value.cpp: * ACE/ace/Time_Value.h: * ACE/ace/iosfwd.h: * ACE/tests/Time_Value_Test.cpp:
Diffstat (limited to 'ACE/ace/Time_Value.h')
-rw-r--r--ACE/ace/Time_Value.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ACE/ace/Time_Value.h b/ACE/ace/Time_Value.h
index 8e1f7de6383..a96ce8e5789 100644
--- a/ACE/ace/Time_Value.h
+++ b/ACE/ace/Time_Value.h
@@ -460,9 +460,7 @@ private:
#endif /* ACE_HAS_TIME_T_LONG_MISMATCH */
};
-#ifdef ACE_HAS_CPP98_IOSTREAMS
-extern ACE_Export ostream &operator<<( ostream &o, const ACE_Time_Value &v );
-#endif
+extern ACE_Export ostream &operator<<(std::ostream &o, const ACE_Time_Value &v );
ACE_END_VERSIONED_NAMESPACE_DECL