태그|bind1st(총 1개의 글)
'bind1st' 관련 최근글
-
- bind2nd 컴파일 오류

-
Purewell.BIZ by 샘이|2007/12/05 16:47
아래와 같은 소스에서 bind2nd에서 컴파일 오류가 난다. #include #include #include using namespace std; typedef struct mystorage { int i; char c; } mystorage; typedef list mylist; inline bool check(const mystorage& s, int id) { ret..
- bind2nd 컴파일 오류






