$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r73880 - sandbox/SOC/2011/checks/boost/checks
From: pierre.talbot.6114_at_[hidden]
Date: 2011-08-18 08:23:45
Author: trademark
Date: 2011-08-18 08:23:43 EDT (Thu, 18 Aug 2011)
New Revision: 73880
URL: http://svn.boost.org/trac/boost/changeset/73880
Log:
Add support for filtering the valid values with the position of these.
Text files modified:
sandbox/SOC/2011/checks/boost/checks/basic_check_algorithm.hpp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
Modified: sandbox/SOC/2011/checks/boost/checks/basic_check_algorithm.hpp
==============================================================================
--- sandbox/SOC/2011/checks/boost/checks/basic_check_algorithm.hpp (original)
+++ sandbox/SOC/2011/checks/boost/checks/basic_check_algorithm.hpp 2011-08-18 08:23:43 EDT (Thu, 18 Aug 2011)
@@ -32,6 +32,10 @@
return valid_value ;
}
+ static void filter_valid_value_with_pos(const unsigned int current_valid_value, const unsigned int current_value_position )
+ {
+ }
+
template <typename check_range>
struct checkdigit
{