Ivan Shynkarenka
Ivan Shynkarenka
## Setting CMAKE_CXX_STANDARD leads to error Minimal `CMakeLists.txt` example reproducing bug or showing requested feature: ~~~cmake cmake_minimum_required(VERSION 3.0) # Choose C++ standard set(CMAKE_CXX_STANDARD 17) list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/CMakePCHCompiler) project(pchtest CXX CXXPCH)...
Hello. I found that the following symbols are present in synchapi.h header but not in kernel32.def and libkernel32.a: InitializeSynchronizationBarrier DeleteSynchronizationBarrier EnterSynchronizationBarrier
Visual Studio 2019 build failed with error: ``` capnproto\c++\src\kj\compat\url.c++(143): error C2440: 'return': cannot convert from 'initializer list' to 'kj::Url' ```
``` error C2220: the following warning is treated as an error warning C4996: '_Header_ciso646': warning STL4036: is removed in C++20. You can define _SILENCE_CXX20_CISO646_REMOVED_WARNING or _SILENCE_ALL_CXX20_DEPRECATION_WARNINGS to acknowledge that you...