mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-23 01:17:16 +02:00
changed the element type to be different from the index type to bring out more errors
[SVN r21771]
This commit is contained in:
@ -20,7 +20,7 @@
|
|||||||
void permutation_test()
|
void permutation_test()
|
||||||
{
|
{
|
||||||
// Example taken from documentation of old permutation_iterator.
|
// Example taken from documentation of old permutation_iterator.
|
||||||
typedef std::vector< int > element_range_type;
|
typedef std::vector< double > element_range_type;
|
||||||
typedef std::list< int > index_type;
|
typedef std::list< int > index_type;
|
||||||
|
|
||||||
const int element_range_size = 10;
|
const int element_range_size = 10;
|
||||||
|
Reference in New Issue
Block a user