// Description: An aggregate file for algorithm objects.
#ifndef PASTELSYS_ALGORITHM_OBJECTS_H
#define PASTELSYS_ALGORITHM_OBJECTS_H
#include "pastel/sys/algorithm_concept.h"
#include "pastel/sys/predicate.h"
#include "pastel/sys/range_algorithms.h"
#endif