mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-08-03 14:44:26 +02:00
add support for aC++ on HP-UX ia64
[SVN r40603]
This commit is contained in:
@@ -39,6 +39,10 @@
|
|||||||
|
|
||||||
# include <boost/detail/sp_counted_base_gcc_ia64.hpp>
|
# include <boost/detail/sp_counted_base_gcc_ia64.hpp>
|
||||||
|
|
||||||
|
#elif defined(__HP_aCC) && defined(__ia64)
|
||||||
|
|
||||||
|
# include <boost/detail/sp_counted_base_acc_ia64.hpp>
|
||||||
|
|
||||||
#elif defined( __MWERKS__ ) && defined( __POWERPC__ )
|
#elif defined( __MWERKS__ ) && defined( __POWERPC__ )
|
||||||
|
|
||||||
# include <boost/detail/sp_counted_base_cw_ppc.hpp>
|
# include <boost/detail/sp_counted_base_cw_ppc.hpp>
|
||||||
|
Reference in New Issue
Block a user