-
- Downloads
SL-19647: Eliminate LLSDArray entirely.
Newer C++ compilers have different semantics around LLSDArray's special copy constructor, which was essential to proper LLSD nesting. In short, we can no longer trust LLSDArray to behave correctly. Now that we have variadic functions, get rid of LLSDArray and replace every reference with llsd::array().
parent
3c77c1b9
No related branches found
No related tags found
Showing
- indra/llcommon/llsdutil.h 0 additions, 69 deletionsindra/llcommon/llsdutil.h
- indra/llcommon/tests/lleventdispatcher_test.cpp 91 additions, 91 deletionsindra/llcommon/tests/lleventdispatcher_test.cpp
- indra/llcommon/tests/llsdserialize_test.cpp 4 additions, 4 deletionsindra/llcommon/tests/llsdserialize_test.cpp
- indra/llinventory/llsettingsdaycycle.cpp 2 additions, 2 deletionsindra/llinventory/llsettingsdaycycle.cpp
- indra/newview/groupchatlistener.cpp 5 additions, 5 deletionsindra/newview/groupchatlistener.cpp
- indra/newview/llfloatereditsky.cpp 1 addition, 1 deletionindra/newview/llfloatereditsky.cpp
- indra/newview/llfloatereditwater.cpp 1 addition, 1 deletionindra/newview/llfloatereditwater.cpp
- indra/test/llsdutil_tut.cpp 8 additions, 8 deletionsindra/test/llsdutil_tut.cpp
Loading
Please register or sign in to comment