Opened 12 years ago
Closed 12 years ago
#4653 closed Bugs (fixed)
MS warnings remain masked after including random.hpp
Reported by: | Owned by: | No-Maintainer | |
---|---|---|---|
Milestone: | To Be Determined | Component: | random |
Version: | Boost 1.44.0 | Severity: | Problem |
Keywords: | Cc: |
Description
After including #<boost/random.hpp>, warning 4512 remain masked. This is because random/variate_generator.hpp includes at the at the disable_warnings.hpp where it should have included the enable_warnings.hpp.
Note:
See TracTickets
for help on using tickets.
(In [65438]) #include the right header. Fixes #4653.