mirror of
https://github.com/boostorg/tr1.git
synced 2026-01-19 04:42:14 +00:00
special case for clang stdlib detection
[SVN r73303]
This commit is contained in:
@@ -79,6 +79,9 @@
|
||||
# elif defined(__BORLANDC__) && __BORLANDC__ >= 0x570
|
||||
# define BOOST_TR1_STD_HEADER(name) <../include/dinkumware/name>
|
||||
|
||||
# elif defined(__clang__)
|
||||
# define BOOST_TR1_STD_HEADER(name) <../include/name>
|
||||
|
||||
# elif defined(__GNUC__) && __GNUC__ >= 3
|
||||
# if defined(BOOST_TR1_GCC_INCLUDE_PATH)
|
||||
# define BOOST_TR1_STD_HEADER(name) <../BOOST_TR1_GCC_INCLUDE_PATH/name>
|
||||
|
||||
Reference in New Issue
Block a user