-
This question is derived from the exception in MISRA C 2017, Rule 2.2.
> A cast to void is assumed to indicate a value that is intentionally not being used. The cast is therefore not dead code itse…
-
Hello,
When using the generated code on the Arduino, we get the following warning:
```
flatbuffers/flatbuffers.h:1323:33: warning: large integer implicitly truncated to unsigned type [-Woverflo…
-
There are a number of places where Rcpp can fail because `TYPEOF(x)` does not equal `RTYPE`. Since both of these are known at the point that the error is given it would help if these were displayed, …
-
I am using the `continuumio/conda_builder_linux:latest` image and start the image with the `build64/start_cpp98.sh` script that is provided but I fail to compile a simple program with boost and conda-…
-
how to use sbe tool to generate code with nested namespace ?
I'm expecting generated cpp code like:
namespace a { namespace b {
...
} // namespace b
} // namespace a
I tried the following command,…
-
Hi,
I was made aware that fuzzylite fails to build from source with gcc 6 on Debian:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811880
The reason seems to be that `std::auto_ptr` got depreca…
josch updated
8 years ago
-
I am curious what the general direction or plan for C++11 support is. The cpp98 output templates do include some conditionally included C++11 support. I've also seen some discussion in individual issu…
-
Hi,
What should the value of the 'sbe.target.language' option be for the SbeTool to
generate c++ stubs ?
Thanks
-
See a simple explanation of strict-aliasing rules here:
http://blog.regehr.org/archives/959
C++ code generated from your test example (examples/resources/example-schema.xml):
``` XML
```
looks li…
-
```
I am trying to build muparserx for mingw using cross compilation (MXE)
For now; I had patch against current release to cross compile
Even the build exits with 0 status, that isn't working as I am…