mirror of
https://github.com/boostorg/predef.git
synced 2025-07-30 11:57:12 +02:00
Fix missing non-detection test for new iOS platform.
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
Copyright Ruslan Baratov 2017
|
Copyright Ruslan Baratov 2017
|
||||||
|
Copyright Rene Rivera 2017
|
||||||
Distributed under the Boost Software License, Version 1.0.
|
Distributed under the Boost Software License, Version 1.0.
|
||||||
(See accompanying file LICENSE_1_0.txt or copy at
|
(See accompanying file LICENSE_1_0.txt or copy at
|
||||||
http://www.boost.org/LICENSE_1_0.txt)
|
http://www.boost.org/LICENSE_1_0.txt)
|
||||||
@ -50,8 +51,8 @@ http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
#define BOOST_PLAT_IOS_SIMULATOR_NAME "iOS Simulator"
|
#define BOOST_PLAT_IOS_SIMULATOR_NAME "iOS Simulator"
|
||||||
#define BOOST_PLAT_IOS_DEVICE_NAME "iOS Device"
|
#define BOOST_PLAT_IOS_DEVICE_NAME "iOS Device"
|
||||||
|
|
||||||
|
#endif // BOOST_PREDEF_PLAT_IOS_H
|
||||||
|
|
||||||
#include <boost/predef/detail/test.h>
|
#include <boost/predef/detail/test.h>
|
||||||
BOOST_PREDEF_DECLARE_TEST(BOOST_PLAT_IOS_SIMULATOR,BOOST_PLAT_IOS_SIMULATOR_NAME)
|
BOOST_PREDEF_DECLARE_TEST(BOOST_PLAT_IOS_SIMULATOR,BOOST_PLAT_IOS_SIMULATOR_NAME)
|
||||||
BOOST_PREDEF_DECLARE_TEST(BOOST_PLAT_IOS_DEVICE,BOOST_PLAT_IOS_DEVICE_NAME)
|
BOOST_PREDEF_DECLARE_TEST(BOOST_PLAT_IOS_DEVICE,BOOST_PLAT_IOS_DEVICE_NAME)
|
||||||
|
|
||||||
#endif // BOOST_PREDEF_PLAT_IOS_H
|
|
||||||
|
Reference in New Issue
Block a user