[boost][range] - Ticket 5530 - adaptor example fails to compile. This change adds tests for all of the .cpp example files for the range adaptors, and fixes a few small issues with the examples shown by the new tests.

[SVN r72104]
This commit is contained in:
Neil Groves
2011-05-22 21:03:01 +00:00
parent 44c26a3356
commit 91428c2110
4 changed files with 18 additions and 3 deletions

View File

@ -9,7 +9,7 @@
//
#include <boost/range/adaptor/transformed.hpp>
#include <boost/range/algorithm/copy.hpp>
#include <boost/range/assign.hpp>
#include <boost/assign.hpp>
#include <algorithm>
#include <iostream>
#include <vector>