occt-products: master 1cf0a4bb

Author Committer Branch Timestamp Parent
ddzama smoskvin master 2022-08-23 12:25:02 master 6895e59f
Changeset 0033124: Coding: TKPointCloudBase, TKVolumeRender - suppress C4996 and C5054 compiler warnings from rapidjson

MSVC 2022 / c++20 / x64

Two types of warnings (total amount is 132) occures if C++20 language standard is employed:
1) warning C4996: The std::iterator class template... is deprecated in C++17...
2) warning C5054: operator '|': deprecated between enumerations of different types...

These warnings proposed to be disabled.
mod - diff Diff File
mod - diff Diff File
mod - diff Diff File
mod - diff Diff File
mod - diff Diff File