summaryrefslogtreecommitdiff
path: root/TAO/tao/Bounded_Basic_String_Sequence_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Bounded_Basic_String_Sequence_T.h')
-rw-r--r--TAO/tao/Bounded_Basic_String_Sequence_T.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/Bounded_Basic_String_Sequence_T.h b/TAO/tao/Bounded_Basic_String_Sequence_T.h
index 7a3f5e1cd28..923447e523b 100644
--- a/TAO/tao/Bounded_Basic_String_Sequence_T.h
+++ b/TAO/tao/Bounded_Basic_String_Sequence_T.h
@@ -105,6 +105,8 @@ public:
implementation_type::freebuf(buffer);
}
+#ifdef ACE_HAS_STDCPP_STL_INCLUDES
+
///
/// Additions to support iterator semantics for TAO unbounded basic
/// string sequences.
@@ -166,6 +168,8 @@ public:
return impl_.rend ();
}
+#endif /* ACE_HAS_STDCPP_STL_INCLUDES */
+
private:
implementation_type impl_;
};