更新boost-1.72.0-vs-1.73.0.yaml,增加规避措施
This commit is contained in:
parent
5c186eb07b
commit
eb2dd47871
@ -69,7 +69,7 @@ interface_differences:
|
||||
- type: 'feature'
|
||||
item: Atomic
|
||||
diff: 社区删除特性
|
||||
influence: boost/atomic/atomic.hpp不再包含boost/atomic/atomic_flag.hpp与boost/atomic/fences.hpp,删除BOOST_ATOMIC_DETAIL_HIGHLIGHT_OP_AND_TEST宏,atomic<T>现在考虑T的对齐要求
|
||||
influence: boost/atomic/atomic.hpp不再包含boost/atomic/atomic_flag.hpp与boost/atomic/fences.hpp(涉及到的代码需改为包含boost/atomic.hpp),删除BOOST_ATOMIC_DETAIL_HIGHLIGHT_OP_AND_TEST宏(需使用*_and_test替代),atomic<T>现在考虑T的对齐要求
|
||||
- type: 'ABI'
|
||||
item: data_time
|
||||
diff: data_time全部内联,可以不链接库
|
||||
@ -82,4 +82,4 @@ interface_differences:
|
||||
item: Utility
|
||||
diff: 调整ostream_string至IO库,并更名为ostream_put
|
||||
influence: 用到此类的代码需要修改类名与库名
|
||||
remark: '功能增强;ostream_string改为Utility库的ostream_put;删除已过时的宏;修改头文件包含的内容;'
|
||||
remark: '功能增强;Utility库的ostream_string改为IO库的ostream_put;删除已过时的宏(需使用*_and_test替代);修改头文件包含的内容(涉及到的代码需改为包含boost/atomic.hpp);'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user