mirror of
https://github.com/boostorg/utility.git
synced 2025-07-29 20:37:32 +02:00
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
|
||||
|
||||
typedef boost::indirect_iterator_pair_generator<char**,
|
||||
char, char*, char&, const char*, const char&> PairGen;
|
||||
typedef boost::indirect_iterator_pair_generator<char**, char> PairGen;
|
||||
|
||||
char mutable_characters[N];
|
||||
char* pointers_to_mutable_chars[N];
|
||||
|
Reference in New Issue
Block a user