forked from boostorg/utility
removed old arg ordering, use defaults instead
[SVN r10258]
This commit is contained in:
@ -29,8 +29,7 @@ int main(int, char*[])
|
|||||||
|
|
||||||
// Example of using indirect_iterator_pair_generator
|
// Example of using indirect_iterator_pair_generator
|
||||||
|
|
||||||
typedef boost::indirect_iterator_pair_generator<char**,
|
typedef boost::indirect_iterator_pair_generator<char**, char> PairGen;
|
||||||
char, char*, char&, const char*, const char&> PairGen;
|
|
||||||
|
|
||||||
char mutable_characters[N];
|
char mutable_characters[N];
|
||||||
char* pointers_to_mutable_chars[N];
|
char* pointers_to_mutable_chars[N];
|
||||||
|
Reference in New Issue
Block a user