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:
@@ -94,7 +94,7 @@ BOOST_AUTO_TEST_CASE(test_seed_seq) {
|
||||
BOOST_CHECK_EQUAL_COLLECTIONS(
|
||||
¶m[0], ¶m[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(¶m[0], 3, 0);
|
||||
|
||||
Reference in New Issue
Block a user