You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The base header file network_interface_base.hpp does not get exported/installed at all by CMakeLists.txt. This prevents the ability to create custom network interfaces (because I can't include the base class).
The base header file
network_interface_base.hppdoes not get exported/installed at all by CMakeLists.txt. This prevents the ability to create custom network interfaces (because I can't include the base class).