Opened 10 years ago
Last modified 10 years ago
#7497 closed Bugs
Boost.Random does not work with exceptions disabled — at Version 1
Reported by: | Mathias Gaunard | Owned by: | Steven Watanabe |
---|---|---|---|
Milestone: | To Be Determined | Component: | random |
Version: | Boost 1.51.0 | Severity: | Problem |
Keywords: | Cc: |
Description (last modified by )
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.
(assigning to Steven because he's the author of the file in question)
Note:
See TracTickets
for help on using tickets.