sol2
sol2 copied to clipboard
Upgraded from 3.2.3 to 3.3.0 and now getting a compile error
Ubuntu, gcc11, using luajit. Getting error after upgrading... I don't quite understand what the error is even telling me. Breaks on import no code even runs:
include/sol/object_base.hpp:71:118: error: ‘sol::basic_reference<false>’ is an inaccessible base of ‘sol::as_table_t<sol::basic_table_core<false, sol::basic_reference<false> > >’
71 | basic_object_base(T&& arg, Args&&... args) : base_t(std::forward<T>(arg), std::forward<Args>(args)...) {
| ^