changed the separated function to become the new formatted adaptor.

This commit is contained in:
Neil Groves
2014-06-05 01:00:13 +01:00
parent e0e6fefb1e
commit 5918e7e63e
10 changed files with 651 additions and 253 deletions

View File

@ -15,6 +15,7 @@
#include <boost/range/adaptor/adjacent_filtered.hpp>
#include <boost/range/adaptor/copied.hpp>
#include <boost/range/adaptor/filtered.hpp>
#include <boost/range/adaptor/formatted.hpp>
#include <boost/range/adaptor/indexed.hpp>
#include <boost/range/adaptor/indirected.hpp>
#include <boost/range/adaptor/map.hpp>