Comments cleanup

[SVN r23447]
This commit is contained in:
Pavol Droba
2004-07-11 22:07:00 +00:00
parent 22b59d1848
commit 029851b0ce
14 changed files with 493 additions and 624 deletions

View File

@ -24,12 +24,12 @@ namespace boost {
// predicate facade ------------------------------------------------------//
//! Predicate facade
//! Predicate facade
/*!
This class allows to recognize classification
predicates, so that they can be combined using
composition operators.
Every classification predicate must be derived from this class.
Every classification predicate must be derived from this class.
*/
template<typename Derived>
struct predicate_facade {};