Skip to content
Snippets Groups Projects
Forked from Alchemy Viewer / Alchemy Viewer
Source project has a limited visibility.
  • Nat Goodspeed's avatar
    e7c5b9fb
    SL-19647: Eliminate LLSDArray entirely. · e7c5b9fb
    Nat Goodspeed authored
    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().
    e7c5b9fb
    History
    SL-19647: Eliminate LLSDArray entirely.
    Nat Goodspeed authored
    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().
Code owners
Assign users and groups as approvers for specific file changes. Learn more.