From c97cdd5a38b218da2e3c4fb0ac486d6f6120968c Mon Sep 17 00:00:00 2001 From: sdlzx Date: Tue, 8 Sep 2020 16:58:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0boost-1.72.0-vs-1.73.0.yaml.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- boost-1.72.0-vs-1.73.0.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boost-1.72.0-vs-1.73.0.yaml b/boost-1.72.0-vs-1.73.0.yaml index 339dcef..7a7ff56 100644 --- a/boost-1.72.0-vs-1.73.0.yaml +++ b/boost-1.72.0-vs-1.73.0.yaml @@ -82,4 +82,4 @@ interface_differences: item: Utility diff: 调整ostream_string至IO库,并更名为ostream_put influence: 用到此类的代码需要修改类名与库名 -remark: '功能增强;Utility库的ostream_string改为IO库的ostream_put;删除已过时的宏(需使用*_and_test替代);修改头文件包含的内容(涉及到的代码需改为包含boost/atomic.hpp);' +remark: '新增库或类,用户可以根据需要选择使用,对现有代码无影响;使用了Utility库的ostream_string、Atomic库的boost/atomic/atomic.hpp以及BOOST_ATOMIC_DETAIL_HIGHLIGHT_OP_AND_TEST宏的用户需要适配代码;' -- Gitee