Make Boost.Config C language compatible.

[SVN r70953]
This commit is contained in:
John Maddock
2011-04-03 17:55:30 +00:00
parent 730e354c65
commit 56d410f014
16 changed files with 43 additions and 15 deletions

View File

@@ -8,7 +8,7 @@
// config for libc++
// Might need more in here later.
#if !defined(_LIBCPP_VERSION)
#if !defined(_LIBCPP_VERSION) && defined(__cplusplus)
# include <ciso646>
# if !defined(_LIBCPP_VERSION)
# error "This is not libc++!"