mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 18:12:43 +00:00
Use the non-const prototype for all currently known versions of MSVC.
[SVN r24771]
This commit is contained in:
@@ -81,7 +81,7 @@ bool check_numeric_array_rich_slice()
|
||||
// Verify functions accepting a slice argument can be called
|
||||
bool accept_slice( slice) { return true; }
|
||||
|
||||
#if BOOST_WORKAROUND(BOOST_MSVC, <= 1300)
|
||||
#if BOOST_WORKAROUND( BOOST_MSVC, <= 1400)
|
||||
int check_slice_get_indicies(slice index);
|
||||
#endif
|
||||
int check_slice_get_indicies(const slice index)
|
||||
|
||||
Reference in New Issue
Block a user