Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68743 - trunk/boost/random
From: steven_at_[hidden]
Date: 2011-02-08 21:07:55


Author: steven_watanabe
Date: 2011-02-08 21:07:54 EST (Tue, 08 Feb 2011)
New Revision: 68743
URL: http://svn.boost.org/trac/boost/changeset/68743

Log:
Fix #include guard. Fixes #5171.
Text files modified:
   trunk/boost/random/negative_binomial_distribution.hpp | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/boost/random/negative_binomial_distribution.hpp
==============================================================================
--- trunk/boost/random/negative_binomial_distribution.hpp (original)
+++ trunk/boost/random/negative_binomial_distribution.hpp 2011-02-08 21:07:54 EST (Tue, 08 Feb 2011)
@@ -10,8 +10,8 @@
  * $Id$
  */
 
-#ifndef BOOST_RANDOM_BINOMIAL_DISTRIBUTION_HPP_INCLUDED
-#define BOOST_RANDOM_BINOMIAL_DISTRIBUTION_HPP_INCLUDED
+#ifndef BOOST_RANDOM_NEGATIVE_BINOMIAL_DISTRIBUTION_HPP_INCLUDED
+#define BOOST_RANDOM_NEGATIVE_BINOMIAL_DISTRIBUTION_HPP_INCLUDED
 
 #include <iosfwd>
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk