forked from boostorg/config
Update config to match configure results
[SVN r16976]
This commit is contained in:
@@ -16,17 +16,30 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (__HP_aCC <= 33300) || !defined(BOOST_STRICT_CONFIG)
|
#if (__HP_aCC <= 33300)
|
||||||
// member templates are sufficiently broken that we disable them for now
|
// member templates are sufficiently broken that we disable them for now
|
||||||
# define BOOST_NO_MEMBER_TEMPLATES
|
# define BOOST_NO_MEMBER_TEMPLATES
|
||||||
# define BOOST_NO_DEPENDENT_NESTED_DERIVATIONS
|
# define BOOST_NO_DEPENDENT_NESTED_DERIVATIONS
|
||||||
# define BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (__HP_aCC <= 33900)
|
#if (__HP_aCC <= 33900)
|
||||||
# define BOOST_NO_TEMPLATE_TEMPLATES
|
|
||||||
# define BOOST_NO_MEMBER_TEMPLATE_KEYWORD
|
|
||||||
# define BOOST_NO_UNREACHABLE_RETURN_DETECTION
|
# define BOOST_NO_UNREACHABLE_RETURN_DETECTION
|
||||||
|
# define BOOST_MSVC6_MEMBER_TEMPLATES
|
||||||
|
# define BOOST_HAS_UNISTD_H
|
||||||
|
# define BOOST_HAS_SCHED_YIELD
|
||||||
|
# define BOOST_HAS_PTHREADS
|
||||||
|
# define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
|
||||||
|
# define BOOST_HAS_PARTIAL_STD_ALLOCATOR
|
||||||
|
# define BOOST_HAS_NL_TYPES_H
|
||||||
|
# define BOOST_HAS_NANOSLEEP
|
||||||
|
# define BOOST_HAS_LONG_LONG
|
||||||
|
# define BOOST_HAS_GETTIMEOFDAY
|
||||||
|
# define BOOST_HAS_DIRENT_H
|
||||||
|
# define BOOST_HAS_CLOCK_GETTIME
|
||||||
|
# define BOOST_NO_TEMPLATE_TEMPLATES
|
||||||
|
# define BOOST_NO_SWPRINTF
|
||||||
|
# define BOOST_NO_STD_ALLOCATOR
|
||||||
|
# define BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BOOST_COMPILER "HP aCC version " BOOST_STRINGIZE(__HP_aCC)
|
#define BOOST_COMPILER "HP aCC version " BOOST_STRINGIZE(__HP_aCC)
|
||||||
|
Reference in New Issue
Block a user