在C++11/14特性示例中,代码已在Mac OS 10.9.5上进行测试,使用的编译器为clang++,版本为Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)。
如果没有相关工具,可以按照以下步骤进行安装和运行:
- 安装cmake:
```
brew install cmake
```
- 克隆仓库:
```
git clone https://github.com/shaochuan/cpp14-examples.git
```
- 构建并运行:
```
make build
cd build
cmake ..
make
./main
```
暂无评论