Opened 12 years ago

Closed 12 years ago

#5171 closed Bugs (fixed)

negative binomial include guard

Reported by: manohugo@… 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

Change History (1)

comment:1 by Steven Watanabe, 12 years ago

Resolution: fixed
Status: newclosed

(In [68743]) Fix #include guard. Fixes #5171.

Note: See TracTickets for help on using tickets.