undefined reference to static member variable

前端 未结 1 762
难免孤独
难免孤独 2021-01-22 13:03

I have this class that has a static member. it is also a base class for several other classes in my program. Here\'s its header file:

#ifndef YARL_OBJECT_HPP
#         


        
相关标签:
1条回答
  • 2021-01-22 14:09

    Make sure you are linking against the generated .o file. Double-check the makefile.

    0 讨论(0)
提交回复
热议问题