forked from boostorg/config
beautify #if for gcc 3.0
[SVN r10353]
This commit is contained in:
@ -256,8 +256,7 @@
|
|||||||
# if __GNUC__ == 2 && __GNUC_MINOR__ <= 8
|
# if __GNUC__ == 2 && __GNUC_MINOR__ <= 8
|
||||||
# define BOOST_NO_MEMBER_TEMPLATES
|
# define BOOST_NO_MEMBER_TEMPLATES
|
||||||
# endif
|
# endif
|
||||||
# if (__GNUC__ == 2 && __GNUC_MINOR__ > 97) || __GNUC__ > 2
|
# if __GNUC__ >= 3
|
||||||
// upcoming gcc 3.0
|
|
||||||
# include <iterator>
|
# include <iterator>
|
||||||
# if defined(__GLIBCPP__)
|
# if defined(__GLIBCPP__)
|
||||||
// The new GNU C++ library has slist, hash_map, hash_set headers
|
// The new GNU C++ library has slist, hash_map, hash_set headers
|
||||||
|
Reference in New Issue
Block a user