-
(8.1.1 built and tested fine.)
Built with these flags on ChromeOS/i686: `CFLAGS="-O2 -pipe -flto -ffat-lto-objects -fPIC -fuse-ld=mold " CXXFLAGS="-O2 -pipe -flto -ffat-lto-objects -fPIC -fuse-ld=m…
-
Not sure if C++20 is officially supported right now.
When compiling through clang-1300.0.29.30 with C++20, the following error occurs:
```
.../etl/include/etl/memory.h:979:30: error: use of und…
-
Xtensor fails to build in MS Visual Studio 2019 with CPP20 to enabled with multiple build errors in xutils.hpp. The errors are listed below:
Severity Code Description Project File Line Suppression …
-
# 未知来源头文件```doctest.hpp```导致编译失败
## 描述
于今日使用```git clone https://github.com/Ubpa/UDRefl```获取最新源码进行编译
编译选项使用```cmake -DCMAKE_INSTALL_PREFIX=$(pwd)/output/ . && make -j4```
但在编译时发生错误,具体为编译依赖项目```USm…
-
(Matthias) Failing tests with RC1:
--
| Host | Configuration | Commit | Build errors | Build warnings | Failing tests | Passing tests |
| - | - | - | :-: | :-: | :-: | :-: |
| tester | [Clang-14.0…
-
//as follow, this will fail as the key_type pof map is std::string_view
std::map mv{{"111",true}, {"222", false}, {"333", true}};
nlohmann::json j4{mv};
//another: fail again, the std::string_vie…
-
The new with pacement params ( 4th syntax at https://en.cppreference.com/w/cpp/language/new ) is not recognized.
It is used to create an object on an already allocated memory position pointed by p
…
-
Which compile definitions are recommended for clang build on Linux?
I already figured out that I need to set on my cmake line:
-DASIO_GRPC_USE_BOOST_CONTAINER=1
But I wonder if there are any …
-
`hive` requires C++20, so all `operator!=`s can be removed.
`hive::iterator` etc. have `operator`s returning `int`, which is not wrong, but makes `std::compare_three_way()(i, j)` ill-formed.
It se…
-
In hello-world-client-cpp20.cpp, how could it be modified to have a timeout getting the response?
Am I correct that the:
```
co_await agrpc::finish(*reader, response, status);
```
Would wai…