2
0
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:
Jonathan Brandmeyer
2004-08-26 21:28:28 +00:00
parent e00462992c
commit 0c651a890c

View File

@@ -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)