mirror of
https://github.com/boostorg/predef.git
synced 2025-07-29 11:37:13 +02:00
Fix misprint: s,__cpluplus,__cplusplus,
This commit is contained in:
@ -8,7 +8,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
#ifndef BOOST_PREDEF_DETAIL__CASSERT_H
|
#ifndef BOOST_PREDEF_DETAIL__CASSERT_H
|
||||||
#define BOOST_PREDEF_DETAIL__CASSERT_H
|
#define BOOST_PREDEF_DETAIL__CASSERT_H
|
||||||
|
|
||||||
#if defined(__cpluplus)
|
#if defined(__cplusplus)
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#else
|
#else
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
@ -8,7 +8,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
#ifndef BOOST_PREDEF_DETAIL__EXCEPTION_H
|
#ifndef BOOST_PREDEF_DETAIL__EXCEPTION_H
|
||||||
#define BOOST_PREDEF_DETAIL__EXCEPTION_H
|
#define BOOST_PREDEF_DETAIL__EXCEPTION_H
|
||||||
|
|
||||||
#if defined(__cpluplus)
|
#if defined(__cplusplus)
|
||||||
#include <exception>
|
#include <exception>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user