summaryrefslogtreecommitdiff
path: root/TAO/tao/CORBA_String.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/CORBA_String.h')
-rw-r--r--TAO/tao/CORBA_String.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/CORBA_String.h b/TAO/tao/CORBA_String.h
index 5e308bc9ad2..2338c9a03a4 100644
--- a/TAO/tao/CORBA_String.h
+++ b/TAO/tao/CORBA_String.h
@@ -273,6 +273,8 @@ TAO_Export ostream &
operator<< (ostream &, CORBA::String_out &);
TAO_Export istream &
operator>> (istream &, CORBA::String_out &);
+
+# ifndef ACE_HAS_CPP20
TAO_Export ostream &
operator<< (ostream &, const CORBA::WString_var &);
TAO_Export istream &
@@ -281,6 +283,7 @@ TAO_Export ostream &
operator<< (ostream &, CORBA::WString_out &);
TAO_Export istream &
operator>> (istream &, CORBA::WString_out &);
+# endif /* ACE_HAS_CPP20 */
# endif /* ACE_LACKS_IOSTREAM_TOTALLY */