-
### Description of the bug:
After upgrading gcc version to 13 there are issues with different Bazel projects.
Consider this output:
```bash
$ g++ -x c++ -std=c++0x -dM -E -
-
Hello,
I followed the process to compile libedgetpu using the makefile_build approach.
Everything went OK during the compilation.
However, we I run the test using:
> python3 examples/classify_…
-
Google released a library for returning and handling error messages some time ago. Now that hustle is growing maybe such a solution would be beneficial to make the code cleaner and handling/propagatio…
-
## Environment
* OS Version: Debian Sid, GCC11
* ign-common3 in debian, version 3.5.0
## Description
* Expected behavior: compilation to be fine with any compiler
* Actual behavior: reports of …
-
Hello, I'm trying to use this library to process some shapefiles. I've compiled my app using address sanitizer and this is stopping my program execution (see details below). Now I've been roaming arou…
-
Using a `Lua` script (shown here https://github.com/robertoraggi/cplusplus/issues/314) to extract the code examples from https://en.cppreference.com/w/ I'm getting this results:
```
#cxx
Total file…
-
Currently, exception safety testing is quite limited.
There are two distinct mechanisms used.
First one is Seastar's `alloc_failure_injector`, which is used for bad_alloc exception safety.
Good …
-
**_I affirm:_**
- [x] I understand that if I do not agree to the following points by completing the checkboxes my issue will be ignored.
- [x] I have read and understood the [Contributing Guide]…
-
### What version of gRPC and what language are you using?
grpcio 1.57.0 for Python
### What operating system (Linux, Windows,...) and version?
Linux
### What runtime / compiler are y…
-
See https://godbolt.org/z/3436hhhz6 for an example, where we're generating identical copies of the deletion code for each variant type. https://godbolt.org/z/1c7PsGK4P shows that libstdc++ produces a …