1 Star 0 Fork 0

YunhaoLiu/range-v3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
version.hpp.in 635 Bytes
一键复制 编辑 原始数据 按行查看 历史
Eric Niebler 提交于 2019-05-28 16:51 . clang-format all the things (#1204)
/// \file
// Range v3 library
//
// Copyright Eric Niebler 2017-present
//
// 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)
//
// Project home: https://github.com/ericniebler/range-v3
//
#ifndef RANGES_V3_VERSION_HPP
#define RANGES_V3_VERSION_HPP
#define RANGE_V3_MAJOR @RANGE_V3_MAJOR@
#define RANGE_V3_MINOR @RANGE_V3_MINOR@
#define RANGE_V3_PATCHLEVEL @RANGE_V3_PATCHLEVEL@
#define RANGE_V3_VERSION \
(RANGE_V3_MAJOR * 10000 + RANGE_V3_MINOR * 100 + RANGE_V3_PATCHLEVEL)
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yunhaoliu/range-v3.git
[email protected]:yunhaoliu/range-v3.git
yunhaoliu
range-v3
range-v3
master

搜索帮助