mirror of
https://github.com/boostorg/detail.git
synced 2025-07-31 21:04:27 +02:00
Spirit: merge from trunk, more to come
[SVN r68069]
This commit is contained in:
@@ -68,7 +68,11 @@ namespace std
|
|||||||
template <class charT> struct char_traits;
|
template <class charT> struct char_traits;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if BOOST_CLANG
|
||||||
|
template <class T> struct complex;
|
||||||
|
#else
|
||||||
template <class T> class complex;
|
template <class T> class complex;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
// gcc 3.4 and greater
|
// gcc 3.4 and greater
|
||||||
|
Reference in New Issue
Block a user