我正在做作业,我必须编写一个模板,然后将模板实现到驱动程序中。不幸的是,我在编译时收到错误消息。我刚刚开始学习 C++ 更复杂的方面,我不知道如何解决这个问题。
/tmp/ccdvvLpF.o:main.cpp: (.text$_ZN11LinkedQueueISsE7enqueueERKSs[LinkedQueue, std::allocator > >::enqueue(std::basic_string, std::allocator > const&)]+0x4a): 对LinkedQueue<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::number'
/tmp/ccdvvLpF.o:main.cpp:(.text$_ZN11LinkedQueueISsE7enqueueERKSs[LinkedQueue<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::enqueue(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)]+0x66): undefined reference to
LinkedQueue的未定义引用, std::allocator > >::number' /usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../i686-pc-cygwin/bin/ld: /tmp/ccdvvLpF.o: `.text$_ZN11LinkedQueueISsE7enqueueERKSs [LinkedQueue, std::allocator > >::enqueue(std::basic_string, std::allocator > const&)]' 部分中的错误重定位地址 0x66: ld 返回 1退出状态
谢谢。