Opened 12 years ago

Closed 12 years ago

#4653 closed Bugs (fixed)

MS warnings remain masked after including random.hpp

Reported by: Arie Dirk SCHENKEVELD <ad.schenkeveld@…> 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.

Change History (1)

comment:1 by Steven Watanabe, 12 years ago

Resolution: fixed
Status: newclosed

(In [65438]) #include the right header. Fixes #4653.

Note: See TracTickets for help on using tickets.