summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_helper.h
diff options
context:
space:
mode:
authorSon Dinh <dinhs@objectcomputing.com>2020-04-19 23:00:55 -0500
committerSon Dinh <dinhs@objectcomputing.com>2020-04-19 23:00:55 -0500
commitede89c300ab0009ecb57c6ddf88a2176a97782cb (patch)
treea30085d86783ffb6b2a381ebf7d8ca1bc6338969 /TAO/TAO_IDL/be_include/be_helper.h
parentac3abf49acfe2fad2da6dfc11e4a13a268c3ff32 (diff)
downloadATCD-ede89c300ab0009ecb57c6ddf88a2176a97782cb.tar.gz
Conditionally add overloaded operators
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_helper.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_helper.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be_include/be_helper.h b/TAO/TAO_IDL/be_include/be_helper.h
index de72c6a239a..53d85f73528 100644
--- a/TAO/TAO_IDL/be_include/be_helper.h
+++ b/TAO/TAO_IDL/be_include/be_helper.h
@@ -167,8 +167,10 @@ public:
int gen_endif (void);
// =overloaded operators
+# if defined (ACE_HAS_CPP11)
+ TAO_OutStream &operator<< (const unsigned long num);
+# endif /* ACE_HAS_CPP11 */
- TAO_OutStream &operator<< (const unsigned long num);
TAO_OutStream &operator<< (const char *str);
TAO_OutStream &operator<< (const ACE_CString &str);
TAO_OutStream &operator<< (const ACE_CDR::UShort num);