From f109e20ad14f29736e3e71b0ae171d3c5992807f Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 28 May 2017 23:31:06 -0500 Subject: [PATCH] Fix missing non-detection test for new iOS platform. --- include/boost/predef/platform/ios.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/boost/predef/platform/ios.h b/include/boost/predef/platform/ios.h index fdae448..af1c364 100644 --- a/include/boost/predef/platform/ios.h +++ b/include/boost/predef/platform/ios.h @@ -1,5 +1,6 @@ /* Copyright Ruslan Baratov 2017 +Copyright Rene Rivera 2017 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 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_DEVICE_NAME "iOS Device" +#endif // BOOST_PREDEF_PLAT_IOS_H + #include 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) - -#endif // BOOST_PREDEF_PLAT_IOS_H