mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 02:44:10 +00:00
removed old arg ordering, use defaults instead
[SVN r10258]
This commit is contained in:
parent
43f525298e
commit
dd3cfe1837
@ -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];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user