summaryrefslogtreecommitdiff
path: root/boost/token_iterator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/token_iterator.hpp')
-rw-r--r--boost/token_iterator.hpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/boost/token_iterator.hpp b/boost/token_iterator.hpp
index 584fac28f4..42945d7ee9 100644
--- a/boost/token_iterator.hpp
+++ b/boost/token_iterator.hpp
@@ -39,8 +39,11 @@ namespace boost
>
{
- friend class iterator_core_access;
-
+#ifdef __DCC__
+ friend class boost::iterator_core_access;
+#else
+ friend class iterator_core_access;
+#endif
TokenizerFunc f_;
Iterator begin_;
Iterator end_;