Jimstrieter

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Jimstrieter created a post,

    How to view vtable when linking fails?

    I am using CLion 2021.1.2, g++ 9.3.0. I keep getting this linker error: undefined reference to `vtable for my_namespace::MyClass' I've already checked that all virtual functions in parent class are...