mirror of
https://github.com/boostorg/container_hash.git
synced 2026-07-11 02:50:46 +02:00
Switch from deprecated macros to new shiny ones; no functionality change
[SVN r79392]
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user