print size with ordering
parent
a956c1a8be
commit
07c7c4c0bd
|
@ -30,7 +30,7 @@ Ordering Ordering::subtract(const Ordering& keys) const {
|
||||||
|
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
void Ordering::print(const string& s) const {
|
void Ordering::print(const string& s) const {
|
||||||
cout << s;
|
cout << s << " (" << size() << "):";
|
||||||
BOOST_FOREACH(string key, *this)
|
BOOST_FOREACH(string key, *this)
|
||||||
cout << " " << key;
|
cout << " " << key;
|
||||||
cout << endl;
|
cout << endl;
|
||||||
|
|
Loading…
Reference in New Issue