diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2022-08-26 22:49:16 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2022-08-26 22:49:16 -0400 |
commit | 592abc460c96b63b1b1e0d15914f7b64a0c88038 (patch) | |
tree | 34ec4a7e045dd337cb068d50ccf2d31c3bb9dd75 /indra/llcommon/tests | |
parent | 2dc4aec9936186eeaa0867745bb94168f569849b (diff) |
DRTVWR-568: More cleanup of deleted obsolete std library features.
Diffstat (limited to 'indra/llcommon/tests')
-rw-r--r-- | indra/llcommon/tests/llleap_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/tests/llleap_test.cpp b/indra/llcommon/tests/llleap_test.cpp index daa84df792..7ee36a9ea6 100644 --- a/indra/llcommon/tests/llleap_test.cpp +++ b/indra/llcommon/tests/llleap_test.cpp @@ -525,7 +525,7 @@ namespace tut result.ensure(); } - struct TestLargeMessage: public std::binary_function<size_t, size_t, bool> + struct TestLargeMessage { TestLargeMessage(const std::string& PYTHON_, const std::string& reader_module_, const std::string& test_name_): |