8000 compilation failure: error: ‘struct sol::container_detail::usertype_container_default<....>::iter’ has no member named ‘end’ · Issue #1700 · ThePhD/sol2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
compilation failure: error: ‘struct sol::container_detail::usertype_container_default<....>::iter’ has no member named ‘end’ #1700
Open
@etorth

Description

@etorth

using sol 3.5.0,
sol2/include/sol/usertype_container.hpp, line 1192:

1188                         template <bool ip>
1189                         static int next_associative(std::true_type, lua_State* L_) {
1190                                 iter& i = stack::unqualified_get<user<iter>>(L_, 1);
1191                                 auto& it = i.it();
1192                                 auto& end = i.end(); // <--- this line
1193                                 if (it == end) {
1194                                         return stack::push(L_, lua_nil);
1195                                 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0