2
0
mirror of https://github.com/boostorg/random.git synced 2026-02-25 04:32:13 +00:00

Merge macro changes for Boost.Random; no functionality change

[SVN r79530]
This commit is contained in:
Marshall Clow
2012-07-15 14:34:35 +00:00
parent fbee3952c0
commit 2e7e6cf218
8 changed files with 18 additions and 18 deletions

View File

@@ -94,7 +94,7 @@ BOOST_AUTO_TEST_CASE(test_seed_seq) {
BOOST_CHECK_EQUAL_COLLECTIONS(
&param[0], &param[0] + 4, &expected_param[0], &expected_param[0] + 4);
#ifndef BOOST_NO_0X_HDR_INITIALIZER_LIST
#ifndef BOOST_NO_CXX11_HDR_INITIALIZER_LIST
std::fill_n(&store32[0], 10, 0);
std::fill_n(&store64[0], 10, 0);
std::fill_n(&param[0], 3, 0);