CEF C++ wrapper requires C++17 features starting with M105
404 views
Skip to first unread message
Marshall Greenblatt
unread,
Jul 27, 2022, 12:33:54 PM7/27/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CEF Announce
The CEF C++ wrapper (libcef_dll_wrapper) and related CEF header files will require C++17 features starting with current master and the M105 release branch. This impacts C++ users only as the CEF C API remains unchanged.
The minimum client build toolchain versions for C++ remain unchanged. Build configurations will need to be updated as follows:
Build with -std=c++17 instead of -std=c++14 on MacOS and Linux.
Build with /std:c++17 instead of the default /std:c++14 on Windows.