mirror of
https://github.com/boostorg/predef.git
synced 2025-07-30 03:47:14 +02:00
@ -9,6 +9,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
|
|
||||||
[heading 1.10]
|
[heading 1.10]
|
||||||
|
|
||||||
|
* Fix bad include of sub-BSD os headers from main BSD header.
|
||||||
* Fix use of deprecated `TARGET_IPHONE_SIMULATOR` instead of newer
|
* Fix use of deprecated `TARGET_IPHONE_SIMULATOR` instead of newer
|
||||||
`TARGET_OS_SIMULATOR`.
|
`TARGET_OS_SIMULATOR`.
|
||||||
* Add `BOOST_PLAT_ANDROID` to resolve conflict between Linux and Android
|
* Add `BOOST_PLAT_ANDROID` to resolve conflict between Linux and Android
|
||||||
|
@ -89,7 +89,7 @@ of BSD. If the above variants is detected the corresponding macro is also set.]
|
|||||||
|
|
||||||
#define BOOST_OS_BSD_NAME "BSD"
|
#define BOOST_OS_BSD_NAME "BSD"
|
||||||
|
|
||||||
#else
|
#endif
|
||||||
|
|
||||||
#include <boost/predef/os/bsd/bsdi.h>
|
#include <boost/predef/os/bsd/bsdi.h>
|
||||||
#include <boost/predef/os/bsd/dragonfly.h>
|
#include <boost/predef/os/bsd/dragonfly.h>
|
||||||
@ -97,7 +97,5 @@ of BSD. If the above variants is detected the corresponding macro is also set.]
|
|||||||
#include <boost/predef/os/bsd/open.h>
|
#include <boost/predef/os/bsd/open.h>
|
||||||
#include <boost/predef/os/bsd/net.h>
|
#include <boost/predef/os/bsd/net.h>
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <boost/predef/detail/test.h>
|
#include <boost/predef/detail/test.h>
|
||||||
BOOST_PREDEF_DECLARE_TEST(BOOST_OS_BSD,BOOST_OS_BSD_NAME)
|
BOOST_PREDEF_DECLARE_TEST(BOOST_OS_BSD,BOOST_OS_BSD_NAME)
|
||||||
|
Reference in New Issue
Block a user