Hash: Merge update c++11 header macros.

[SVN r79544]
This commit is contained in:
Daniel James
2012-07-15 23:28:30 +00:00
parent 75bcfdeb36
commit 330040aea9
6 changed files with 12 additions and 12 deletions

View File

@@ -16,7 +16,7 @@
#include <boost/config.hpp>
#include <boost/detail/lightweight_test.hpp>
#if defined(TEST_EXTENSIONS) && !defined(BOOST_NO_0X_HDR_ARRAY)
#if defined(TEST_EXTENSIONS) && !defined(BOOST_NO_CXX11_HDR_ARRAY)
#define TEST_ARRAY
#include <array>
#include <vector>