Changeset 17469 for lang/cplusplus
- Timestamp:
- 08/12/08 06:36:59 (5 years ago)
- Location:
- lang/cplusplus/boost-supplement/trunk
- Files:
-
- 2 modified
-
ChangeLog (modified) (1 diff)
-
libs/random/test/test_discrete_distribution.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/boost-supplement/trunk/ChangeLog
r17468 r17469 1 1 2008-08-12 Kenta Murata <muraken@gmail.com> 2 3 * libs/random/test/test_discrete_distribution.cpp: syncronize for 4 the change of the input method. 2 5 3 6 * boost_supplement/graph/write_lgl.hpp: fix scope operator -
lang/cplusplus/boost-supplement/trunk/libs/random/test/test_discrete_distribution.cpp
r17464 r17469 201 201 std::cout << ss.str() << std::endl; 202 202 203 bs::discrete_distribution<> dd2(ss); 203 bs::discrete_distribution<> dd2; 204 ss >> dd2; 204 205 205 206 BOOST_CHECK(dd2 == dd1);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)