open-webrtc-toolkit / owt-client-native

Open WebRTC Toolkit client SDK for native Windows/Linux/iOS applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
385 stars 180 forks source link

Enable C++20. #635

Closed jianjunz closed 1 year ago

jianjunz commented 1 year ago

Some code requires C++20 features, like designated initializers. When build with MSVC, /std:c++20 should be specified explicitly for some targets.