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

-
Purewell.BIZ by 샘이|2007/12/06 10:44
bind2nd 컴파일 오류 아, 시바스 리갈 같은 상황. 이럴꺼면 뭣하러 STL써! #include #include #include #include using namespace std; typedef struct mystorage { int i; char c; } mystorage; #if defined(POINTER_TYPE) typedef list mylist; #..
- bind2nd 컴파일 오류2
-
- 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 컴파일 오류







