satoren / kaguya

C++ binding to Lua
Boost Software License 1.0
345 stars 70 forks source link

crash with Xcode Version 8.2.1 (8C1002) #58

Closed ghost closed 7 years ago

ghost commented 7 years ago
        kaguya::State state;
        state["a"] = "test";

image

satoren commented 7 years ago

std::1::hash_table is internal implement for std::unordered_set/map. kaguya not use unordered_set/map.