diff options
-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 |