Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/boost/tr1/tr1/random @ 29

Last change on this file since 29 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 665 bytes
Line 
1//  (C) Copyright John Maddock 2005.
2//  Use, modification and distribution are subject to the
3//  Boost Software License, Version 1.0. (See accompanying file
4//  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6
7#ifndef BOOST_TR1_RANDOM_INCLUDED
8#  define BOOST_TR1_RANDOM_INCLUDED
9#  define BOOST_TR1_NO_RECURSION
10#  include <boost/tr1/detail/config.hpp>
11#  ifdef BOOST_HAS_TR1_RANDOM
12#     ifdef BOOST_HAS_INCLUDE_NEXT
13#        include_next BOOST_TR1_HEADER(random)
14#     else
15#        include BOOST_TR1_STD_HEADER(BOOST_TR1_PATH(random))
16#     endif
17#  else
18#     include <boost/tr1/random.hpp>
19#  endif
20#  undef BOOST_TR1_NO_RECURSION
21#endif
22
Note: See TracBrowser for help on using the repository browser.