summaryrefslogtreecommitdiff
path: root/indra/llcommon/tests/llleap_test.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2021-05-13 22:10:43 -0400
committerNat Goodspeed <nat@lindenlab.com>2021-05-13 22:10:43 -0400
commitd3d8203be4aec8ad90c0044e3a0ade1d91df64ea (patch)
treef244144045e09df2a21a9271ab3a55ac3f356e3c /indra/llcommon/tests/llleap_test.cpp
parentf7f6553cac78f1cf00cc1776de95f578e5853109 (diff)
SL-15258: Remove additional std library features dropped with C++17.
Diffstat (limited to 'indra/llcommon/tests/llleap_test.cpp')
-rw-r--r--indra/llcommon/tests/llleap_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/tests/llleap_test.cpp b/indra/llcommon/tests/llleap_test.cpp
index 9d71e327d8..fd96aa01d5 100644
--- a/indra/llcommon/tests/llleap_test.cpp
+++ b/indra/llcommon/tests/llleap_test.cpp
@@ -530,7 +530,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_):