-
My code: https://gist.github.com/MikailBag/5803041040c052deda1d06893eae67e1
(Please note that is requires stdexec, which is AFAIK reference implementation of the C++26 `std::execution`)
When running …
-
the software is really great. What is missing for analyzing a multiplex is the ability of receiving data by EDI network streaming (ETI over network - ETSI ETS 300 799, tcp or udp).
Would be great …
-
#### Bug Description
App does not launch.
#### Expected Result
App should launch.
#### Steps to Reproduce
Try to launch the app, either through clicking on its icon or running `flatpak run io…
-
Seeing this on linux/clang-3.5 in release mode with mapnik+all deps built with `-fsanitize=address`:
```
~/mapnik-packaging/osx/mapnik-cpp11-libstdcpp$ ./benchmark/out/test_rendering --name "text r…
-
Hi!
This issue initially manifested itself as an ODR violation for `vtable for boost::filesystem::filesystem_error` when Boost.Filesystem is a static library linked into two shared libraries (built…
-
After migrating files from `malidrive/builder` to `maliput_malidrive/builder` a error has appeared when running `asan`:
```
710/build/malidrive/test_results/malidrive/UNIT_malidrive_road_geometry_…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR23159](https://bugs.llvm.org/show_bug.cgi?id=23159) |
| Status | NEW |
| Importance | P enhancemen…
-
The following [program](https://godbolt.org/z/shzn8aGTP) is rejected in all versions of Clang:
```c++
int main() {
constexpr int n{};
[] {
n; // error: variable 'n' cannot be implicitl…
-
`ERROR: HTTPSConnectionPool(host='artifactory.opendocument.app', port=443): Max retries exceeded with url: /artifactory/api/conan/conan/v1/ping (Caused by ResponseError('too many 503 error responses')…
-
**Problem description**
I tried to build with the following *FLAGS to optimize the build: `-flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing`
Link-Time Optimization is a mass…