forked from boostorg/config
New smart pointer documentation. Related clean-up of the smart pointer
library. Changing includes to include the new individual smart pointer headers. Replacing old smart pointer library with an include of the new smart pointer headers. Simplify ifdefs that involve the member templates macros now that BOOST_MSVC6_MEMBER_TEMPLATES is also guaranteed to bet set for platforms that have full member templates. [SVN r12647]
This commit is contained in:
@ -8,7 +8,7 @@
|
|||||||
// GNU C++ compiler setup:
|
// GNU C++ compiler setup:
|
||||||
|
|
||||||
# if __GNUC__ == 2 && __GNUC_MINOR__ == 91
|
# if __GNUC__ == 2 && __GNUC_MINOR__ == 91
|
||||||
// egcs 1.1 won't parse smart_ptr.hpp without this:
|
// egcs 1.1 won't parse shared_ptr.hpp without this:
|
||||||
# define BOOST_NO_AUTO_PTR
|
# define BOOST_NO_AUTO_PTR
|
||||||
# endif
|
# endif
|
||||||
# if __GNUC__ == 2 && __GNUC_MINOR__ < 95
|
# if __GNUC__ == 2 && __GNUC_MINOR__ < 95
|
||||||
|
Reference in New Issue
Block a user