Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/random/random_device.hpp @ 101:c530137014c0
Update Boost headers (1.58.0)
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 11:12:49 +0100 |
parents | 2665513ce2d3 |
children |
comparison
equal
deleted
inserted
replaced
100:793467b5e61c | 101:c530137014c0 |
---|---|
4 * Copyright Steven Watanabe 2010-2011 | 4 * Copyright Steven Watanabe 2010-2011 |
5 * Distributed under the Boost Software License, Version 1.0. (See | 5 * Distributed under the Boost Software License, Version 1.0. (See |
6 * accompanying file LICENSE_1_0.txt or copy at | 6 * accompanying file LICENSE_1_0.txt or copy at |
7 * http://www.boost.org/LICENSE_1_0.txt) | 7 * http://www.boost.org/LICENSE_1_0.txt) |
8 * | 8 * |
9 * $Id: random_device.hpp 71018 2011-04-05 21:27:52Z steven_watanabe $ | 9 * $Id$ |
10 * | 10 * |
11 * Revision history | 11 * Revision history |
12 * 2000-02-18 Portability fixes (thanks to Beman Dawes) | 12 * 2000-02-18 Portability fixes (thanks to Beman Dawes) |
13 */ | 13 */ |
14 | 14 |
20 | 20 |
21 #include <string> | 21 #include <string> |
22 #include <boost/config.hpp> | 22 #include <boost/config.hpp> |
23 #include <boost/noncopyable.hpp> | 23 #include <boost/noncopyable.hpp> |
24 #include <boost/random/detail/auto_link.hpp> | 24 #include <boost/random/detail/auto_link.hpp> |
25 #include <boost/system/config.hpp> // force autolink to find Boost.System | |
25 | 26 |
26 namespace boost { | 27 namespace boost { |
27 namespace random { | 28 namespace random { |
28 | 29 |
29 /** | 30 /** |