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
clang compiler gives me the following error for 'seedlink/plugins/serial_plugin/serial_plugin.cc'
error: cannot define or redeclare 'registered' here because namespace 'PluginModule' does not enclose namespace 'RegisteredModule<SeedlinkPlugin_private::Proto>'
clang compiler gives me the following error for 'seedlink/plugins/serial_plugin/serial_plugin.cc'
error: cannot define or redeclare 'registered' here because namespace 'PluginModule' does not enclose namespace 'RegisteredModule<SeedlinkPlugin_private::Proto>'
for :
This works by taken out the template<> from 'namespace PluginModule{}`, like this
But not sure if this is 100% correct...
The text was updated successfully, but these errors were encountered: