c***d 发帖数: 996 | 1 ☆─────────────────────────────────────☆
fightwater (QT) 于 (Sun Sep 17 18:34:38 2006) 提到:
i wrote a program which uses the stl compose1 functor
but the compiler seems cannot find it
here is the code
//////////////////////////////////////////
#include
#include
#include
#include
#include
#include
#include
using namespace std;
int main()
{
int n=10;
vector aa(n);
iota(aa.begin(),aa.end(), |
|