sol2 icon indicating copy to clipboard operation
sol2 copied to clipboard

Upgraded from 3.2.3 to 3.3.0 and now getting a compile error

Open maxdemarzi opened this issue 3 years ago • 0 comments

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)...) {
      |                                                                                                                      ^

maxdemarzi avatar Jul 23 '22 13:07 maxdemarzi