mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-07-31 21:24:40 +02:00
defined(__ppc) added (Daniel P Furlani)
[SVN r39427]
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
# include <boost/detail/sp_counted_base_cw_ppc.hpp>
|
# include <boost/detail/sp_counted_base_cw_ppc.hpp>
|
||||||
|
|
||||||
#elif defined( __GNUC__ ) && ( defined( __powerpc__ ) || defined( __ppc__ ) )
|
#elif defined( __GNUC__ ) && ( defined( __powerpc__ ) || defined( __ppc__ ) || defined( __ppc ) )
|
||||||
|
|
||||||
# include <boost/detail/sp_counted_base_gcc_ppc.hpp>
|
# include <boost/detail/sp_counted_base_gcc_ppc.hpp>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user