c++boost库最新版本


c++boost库最新版本
资源截图
代码片段和文件信息
//
// impl/src.cpp
// ~~~~~~~~~~~~
//
// Copyright (c) 2003-2011 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//

#if defined(_MSC_VER) 
  || defined(__BORLANDC__) 
  || defined(__DMC__)
# pragma message ( 
    “This file is deprecated. “ 
    “Please #include  instead.>)
#elif defined(__GNUC__) 
  || defined(__HP_aCC) 
  || defined(__SUNPRO_CC) 
  || defined(__IBMCPP__)
# warning “This file is deprecated.“
# warning “Please #include  instead.>
#endif

#include 

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)