Skip to content

Commit

Permalink
Keep alias range::index_t for backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Oct 5, 2020
1 parent 0222380 commit 723c058
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions c++/itertools/itertools.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,9 @@ namespace itertools {
struct all_t {};
static inline constexpr all_t all;

// Keep alias index_t for backward compatibility
using index_t = long;

/**
* Default constructor
*
Expand Down

0 comments on commit 723c058

Please sign in to comment.