Skip to content
Snippets Groups Projects
Commit 3cdd1931 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

Add test to call array-style functions with too-short array.

Also, finally got sick of hand-writing the official iterator-loop idiom and
dragged in BOOST_FOREACH(). Because LLSD has two completely different
iteration styles, added inArray and inMap helper classes to be able to write:
BOOST_FOREACH(LLSD item, inArray(someArray)) { ... }
parent 84a402ad
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment