我有以下代碼:G ++問題的std ::功能
#include <functional>
std::function<int,int> p;
int main()
{
return 0;
}
我使用的MinGW克++ 4.8.1該失敗並
C:\main.cpp|4|error: wrong number of template arguments (2, should be 1)|
c:\mingw\lib\gcc\mingw32\4.8.1\include\c++\functional|1866|error: provided for 'template<class _Signature> class std::function'|
C:\main.cpp|4|error: invalid type in declaration before ';' token|
是這樣的G ++錯誤或我使用的std :: function incorrectly