【发布时间】:2012-08-08 09:59:59
【问题描述】:
我的(相对较旧的)C++ 编译器在 Boost 中被 this 文件阻塞,该文件开头为:
# /* Copyright (C) 2001
# * Housemarque Oy
# * http://www.housemarque.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)
# */
#
这真的是合法的 C++ 吗?预处理器标记的语法规则是什么?
【问题讨论】:
-
哦不!别告诉我你也用 Turbo C++!!
-
@CodyGray:天哪,不!这是一个旧的 VC 编译器。
-
什么版本,VC 4.0?我很好奇你为什么不能升级
-
@Viet:6.0。这只是对库的兼容性测试;我已经升级了。
标签: c++ boost syntax c-preprocessor boost-preprocessor