2
0
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:
Jonathan Brandmeyer
2004-07-26 23:29:49 +00:00
parent c8e8ccfa22
commit 763fa1cf0c

View File

@@ -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].