From acb6b9b8bfead8148fc6498db28c28eab45ffeab Mon Sep 17 00:00:00 2001 From: Ruslan Baratov Date: Sun, 9 Aug 2015 17:45:31 +0300 Subject: [PATCH] Fix misprint: s,__cpluplus,__cplusplus, --- include/boost/predef/detail/_cassert.h | 2 +- include/boost/predef/detail/_exception.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/predef/detail/_cassert.h b/include/boost/predef/detail/_cassert.h index ccae495..940e944 100644 --- a/include/boost/predef/detail/_cassert.h +++ b/include/boost/predef/detail/_cassert.h @@ -8,7 +8,7 @@ http://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_PREDEF_DETAIL__CASSERT_H #define BOOST_PREDEF_DETAIL__CASSERT_H -#if defined(__cpluplus) +#if defined(__cplusplus) #include #else #include diff --git a/include/boost/predef/detail/_exception.h b/include/boost/predef/detail/_exception.h index ca58c79..f5a6687 100644 --- a/include/boost/predef/detail/_exception.h +++ b/include/boost/predef/detail/_exception.h @@ -8,7 +8,7 @@ http://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_PREDEF_DETAIL__EXCEPTION_H #define BOOST_PREDEF_DETAIL__EXCEPTION_H -#if defined(__cpluplus) +#if defined(__cplusplus) #include #endif