Mercurial > hg > vamp-build-and-test
diff DEPENDENCIES/generic/include/boost/random/discard_block.hpp @ 101:c530137014c0
Update Boost headers (1.58.0)
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 11:12:49 +0100 |
parents | 2665513ce2d3 |
children |
line wrap: on
line diff
--- a/DEPENDENCIES/generic/include/boost/random/discard_block.hpp Fri Sep 04 12:01:02 2015 +0100 +++ b/DEPENDENCIES/generic/include/boost/random/discard_block.hpp Mon Sep 07 11:12:49 2015 +0100 @@ -8,7 +8,7 @@ * * See http://www.boost.org for most recent version including documentation. * - * $Id: discard_block.hpp 72951 2011-07-07 04:57:37Z steven_watanabe $ + * $Id$ * * Revision history * 2001-03-02 created @@ -24,6 +24,7 @@ #include <boost/static_assert.hpp> #include <boost/random/detail/config.hpp> #include <boost/random/detail/seed.hpp> +#include <boost/random/detail/seed_impl.hpp> namespace boost { @@ -61,7 +62,7 @@ /** Constructs a new \discard_block_engine with a copy of rng. */ explicit discard_block_engine(const base_type & rng) : _rng(rng), _n(0) { } -#ifndef BOOST_NO_RVALUE_REFERENCES +#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES /** Constructs a new \discard_block_engine with rng. */ explicit discard_block_engine(base_type && rng) : _rng(rng), _n(0) { } #endif