diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2021-04-01 16:51:27 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2021-04-01 16:51:27 +0100 |
commit | 9013a04eddc9631c5040d50ad766e5708801dcab (patch) | |
tree | cb3b71c76f786a3ac01dbbf2b575a3e12d7bcfb8 /indra | |
parent | 6c1dc74b75fc3d8967c54a3f95e5ce57ba4c4716 (diff) |
SL-14999 - note
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/tests/cppfeatures_test.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/tests/cppfeatures_test.cpp b/indra/newview/tests/cppfeatures_test.cpp index 9f052c11c4..923bb1e1b2 100644 --- a/indra/newview/tests/cppfeatures_test.cpp +++ b/indra/newview/tests/cppfeatures_test.cpp @@ -353,10 +353,11 @@ void cpp_features_test_object_t::test<11>() ensure("type alias", name_counts["bob"]==2); } +// Other possibilities: // nullptr -// enums +// class enums // std::unique_ptr and make_unique @@ -380,4 +381,6 @@ void cpp_features_test_object_t::test<11>() // std::move +// string_view + } // namespace tut |