updated boost on windows
This commit is contained in:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user