mirror of
https://github.com/boostorg/detail.git
synced 2025-07-30 04:17:14 +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;
|
||||
#endif
|
||||
|
||||
template <class T> class complex;
|
||||
#if BOOST_CLANG
|
||||
template <class T> struct complex;
|
||||
#else
|
||||
template <class T> class complex;
|
||||
#endif
|
||||
}
|
||||
|
||||
// gcc 3.4 and greater
|
||||
|
Reference in New Issue
Block a user