人氣點閱:3806 |
發表人 |
sstream.tcc error: expected unqualified-id before '(' token 2011-10-04 19:10 分類: ✔️undef ✔️undef ✔️include 個人: ✔️undef ✔️undef ✔️include |
/ / /
|
|
sstream.tcc error: expected unqualified-id before '(' token
代碼:
/sstream.tcc:116: error: expected unqualified-id before '(' token
/sstream.tcc:118: error: expected unqualified-id before '(' token
It usually happened when your toolchain has default max/min
pre-defined, especially when you need to do some cross-platform-compiling.
Just try to find which C++/CPP file include <sstream>
and
place un-define related macro before it.
e.g. workaround
代碼: |
|
Type
繪圖畫廊 設計藝廊 攝影相簿 留言板 最愛收藏 分類標籤
暱稱: Type 註冊: 2002-11-30 發表: 11163 來自: vovo2000.com
V幣: 901597
|
|
|
|
|