[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

@ -41,5 +41,5 @@ int main(int argc, const char* argv[])
display_element_and_index( input | indexed(0) );
return 0;
]
}