Re: [問題] gc++ template的問題

看板Programming作者時間18年前 (2006/06/07 18:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串3/3 (看更多)
※ 引述《StubbornLin.bbs@ptt.cc (Victor)》之銘言: > ※ [本文轉錄自 C_and_CPP 看板] > 作者: StubbornLin (Victor) 看板: C_and_CPP > 標題: [問題] gc++ template的問題 > 時間: Wed Jun 7 08:41:34 2006 > #pragma once > #include "ClientOfServer.h" > #include <list> > #include <iterator> > using namespace std; > template<class SI> > class CServer : public CEventInterface{ > public: > CServer() > {} > virtual ~CServer(){ > } > // update socket state > virtual void Update(){ > list<CClientOfServer<SI> *>::iterator i = m_ClientList.begin(); 在 list<> 前面加上 typename 看看。 -- Life sucks, but so does death. -- ︵︵ █▔◣ █▔█ █▔▔ █▔█ █▆▉ █ █▔█ █◣█ █▔ █◣︵︵ █ █ █▁◤ █▁▁ █▁█ ▉▉▉ █ █▁█ █◥█ █ █ 夢之大地 逼逼ㄟ四 █▁◤ █ █ █▁▁ █ █ ▉▉▉ █▁ █ █ █ █ █▁◤ ※ Origin: <bbs.ccns.ncku.edu.tw> ◆ From: 140.116.143.168
文章代碼(AID): #14XgFX00 (Programming)
文章代碼(AID): #14XgFX00 (Programming)