xeus-python
xeus-python copied to clipboard
MSVC warning about non-dll-interfaced class
include\xeus-python/xdebugger.hpp(29): warning C4275: non dll-interface class 'xeus::xdebugger_base' used as base for dll-interface class 'xpyt::debugger'
Weird that it does not complain about xeus::xinterpreter and xpyt::interpreter, since it's the same pattern. I think we should just ignore it.