摘要: 1 #include 2 3 __STL_BEGIN_NAMESPACE 4 5 // Forward declarations of operators == and ) > 9 class stack; 10 11 template 12 bool operator==(const stack& __x, const stack& __y); 13 14 template 15 bool operator& __x, const stack& __y); 16 17 18 template 19 class stack { 20 21 // requ. 阅读全文
posted @ 2013-07-02 20:38 Deutschland 阅读(344) 评论(0) 推荐(1)