|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r74017 - sandbox/SOC/2011/checks/boost/checks
From: pierre.talbot.6114_at_[hidden]
Date: 2011-08-23 09:31:41
Author: trademark
Date: 2011-08-23 09:31:40 EDT (Tue, 23 Aug 2011)
New Revision: 74017
URL: http://svn.boost.org/trac/boost/changeset/74017
Log:
Add brief for the specialisation of mod97_weight_maker<68>
Text files modified:
sandbox/SOC/2011/checks/boost/checks/modulus97.hpp | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
Modified: sandbox/SOC/2011/checks/boost/checks/modulus97.hpp
==============================================================================
--- sandbox/SOC/2011/checks/boost/checks/modulus97.hpp (original)
+++ sandbox/SOC/2011/checks/boost/checks/modulus97.hpp 2011-08-23 09:31:40 EDT (Tue, 23 Aug 2011)
@@ -95,6 +95,9 @@
static const unsigned int value = weight_value ;
typedef make_mod97_weight<weight_value * 10 % 97> next ;
};
+/*! \class make_mod97_weight
+ \brief This class is the terminal specialisation of make_mod97_weight, so the recursion can finish.
+*/
template<>
struct make_mod97_weight<68>
{
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