quisp icon indicating copy to clipboard operation
quisp copied to clipboard

virtual member override bug

Open mosioc opened this issue 5 months ago • 4 comments

Describe the bug

  • non-virtual member function marked 'override' hides virtual member function void *registerOutputVector
  • only virtual member functions can be marked 'override' void setVectorAttribute => both in: \quisp\quisp\test_utils\StaticEnv.h

To Reproduce Steps to reproduce the behavior: bulding with OMNeT++

Expected behavior Build!

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [Windows 11 Build 27842.1000]
  • QuISP version [commit number]
  • OMNeT++ version [6.1]
  • Eigen version [-]
  • Compiler or other build info [-]

Additional context Add any other context about the problem here.

mosioc avatar Jul 05 '25 15:07 mosioc