tgockel / json-voorhees

A killer modern C++ library for interacting with JSON.
http://tgockel.github.io/json-voorhees/
Apache License 2.0
128 stars 18 forks source link

array_view and object_view break on rvalues #30

Closed tgockel closed 10 years ago

tgockel commented 10 years ago
for (auto x : jsonv::array({ "a", "b", "c" }).as_array()) ...

will access freed memory.