x
Yes
No
Do you want to visit DriveHQ English website?
首页
产品服务
价格
免费试用
下载客户端
关于我们
云文件服务
|
云备份服务
|
FTP服务
|
企业邮箱服务
|
网站托管
|
客户端软件
云文件服务
云备份服务
FTP服务
企业级邮箱服务
网站托管
客户端软件
config.hpp - Hosted on DriveHQ Cloud IT Platform
返回上层目录
上传
下载
共享
发布
新建文件夹
新建文件
复制
剪切
删除
粘贴
评论
升级服务
路径: \\game3dprogramming\materials\GameFactory\GameFactoryDemo\references\boost_1_35_0\boost\spirit\core\config.hpp
旋转
特效
属性
历史版本
/*============================================================================= Copyright (c) 2001-2003 Joel de Guzman http://spirit.sourceforge.net/ Use, modification and distribution is subject to 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(BOOST_SPIRIT_CONFIG_HPP) #define BOOST_SPIRIT_CONFIG_HPP #include
/////////////////////////////////////////////////////////////////////////////// // // Compiler check: // // Historically, Spirit supported a lot of compilers, including (to some // extent) poorly conforming compilers such as VC6. Spirit v1.6.x will be // the last release that will support older poorly conforming compilers. // Starting from Spirit v1.8.0, ill conforming compilers will not be // supported. If you are still using one of these older compilers, you can // still use Spirit v1.6.x. // // The reason why Spirit v1.6.x worked on old non-conforming compilers is // that the authors laboriously took the trouble of searching for // workarounds to make these compilers happy. The process takes a lot of // time and energy, especially when one encounters the dreaded ICE or // "Internal Compiler Error". Sometimes searching for a single workaround // takes days or even weeks. Sometimes, there are no known workarounds. This // stifles progress a lot. And, as the library gets more progressive and // takes on more advanced C++ techniques, the difficulty is escalated to // even new heights. // // Spirit v1.6.x will still be supported. Maintenance and bug fixes will // still be applied. There will still be active development for the back- // porting of new features introduced in Spirit v1.8.0 (and Spirit 1.9.0) // to lesser able compilers; hopefully, fueled by contributions from the // community. For instance, there is already a working AST tree back-port // for VC6 and VC7 by Peder Holt. // // If you got here somehow, your compiler is known to be poorly conforming // WRT ANSI/ISO C++ standard. Library implementers get a bad reputation when // someone attempts to compile the code on a non-conforming compiler. She'll // be confronted with tons of compiler errors when she tries to compile the // library. Such errors will somehow make less informed users conclude that // the code is poorly written. It's better for the user to see a message // "sorry, this code has not been ported to your compiler yet", than to see // pages and pages of compiler error messages. // ///////////////////////////////////////////////////////////////////////////////// #if (defined(BOOST_MSVC) && (BOOST_MSVC < 1310)) \ || (defined(__BORLANDC__) && (__BORLANDC__ <= 0x570)) \ || (defined(__GNUC__) && (__GNUC__ < 3)) \ || (defined(__GNUC__) && (__GNUC__ == 3) && (__GNUC_MINOR__ < 1)) # error "Compiler not supported. See note in
" #else // Pass... Compiler supported. #endif #endif
config.hpp
网页地址
文件地址
上一页
2/7
下一页
下载
( 3 KB )
Comments
Total ratings:
0
Average rating:
无评论
of 10
Would you like to comment?
Join now
, or
Logon
if you are already a member.