current version gave problem in regression ... to be updated later

[SVN r40612]
This commit is contained in:
Thorsten Jørgen Ottosen
2007-10-30 19:47:40 +00:00
parent 2e298b5e60
commit 06c54ccd48

View File

@ -76,8 +76,8 @@ namespace boost {
}
void const_constraints(const T& a)
{
ci = boost::begin(a);
ci = boost::end(a);
//ci = boost::begin(a);
//ci = boost::end(a);
}
T a;
range_iterator i;
@ -121,8 +121,8 @@ namespace boost {
}
void const_constraints(const T& a)
{
ci = boost::rbegin(a);
ci = boost::rend(a);
//ci = boost::rbegin(a);
//ci = boost::rend(a);
}
T a;
range_reverse_iterator i;