stl.h
上传用户:sichengcw
上传日期:2009-02-17
资源大小:202k
文件大小:0k
源码类别:

STL

开发平台:

Visual C++

  1. // -*- C++ -*- compatibility header.
  2. // This file is part of the GNU ANSI C++ Library.
  3. #include <algorithm>
  4. #include <deque>
  5. #include <functional>
  6. #include <iterator>
  7. #include <list>
  8. #include <map>
  9. #include <memory>
  10. #include <numeric>
  11. #include <set>
  12. #include <stack>
  13. #include <utility>
  14. #include <vector>