mirror of
https://github.com/boostorg/python.git
synced 2026-01-20 04:42:28 +00:00
Silence warning from EDG 245 (Tru64 cxx 6.5)
[SVN r24092]
This commit is contained in:
@@ -76,7 +76,7 @@ bool check_numeric_array_rich_slice()
|
||||
// Verify functions accepting a slice argument can be called
|
||||
bool accept_slice( slice) { return true; }
|
||||
|
||||
int check_slice_get_indicies(slice index);
|
||||
int check_slice_get_indicies(const slice index);
|
||||
int check_slice_get_indicies(const slice index)
|
||||
{
|
||||
// A vector of integers from [-5, 5].
|
||||
|
||||
Reference in New Issue
Block a user