Opened 10 years ago
Last modified 10 years ago
#7497 closed Bugs
Boost.Random does not work with exceptions disabled — at Initial Version
Reported by: | Mathias Gaunard | Owned by: | No-Maintainer |
---|---|---|---|
Milestone: | To Be Determined | Component: | random |
Version: | Boost 1.51.0 | Severity: | Problem |
Keywords: | Cc: |
Description
cannot use 'throw' with exceptions disabled in .../boost_1_51_0/boost/random/detail/seed_impl.hpp
Please use BOOST_THROW_EXCEPTION instead of naked throw.
Note:
See TracTickets
for help on using tickets.