Opened 12 years ago
Closed 12 years ago
#5171 closed Bugs (fixed)
negative binomial include guard
Reported by: | Owned by: | No-Maintainer | |
---|---|---|---|
Milestone: | To Be Determined | Component: | random |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | random negative binomial | Cc: |
Description
The negative binomial is using the binomial include guard: BOOST_RANDOM_BINOMIAL_DISTRIBUTION_HPP_INCLUDED
I think the include guard must be changed to: BOOST_RANDOM_NEGATIVE_BINOMIAL_DISTRIBUTION_HPP_INCLUDED
Note:
See TracTickets
for help on using tickets.
(In [68743]) Fix #include guard. Fixes #5171.