-
As with [the Swift language](https://github.com/gradle/gradle-native/issues/367), source compatibility should also be supported for C++ language.
### Expected Behaviors
Users can specify the C++ lang…
-
Hi,
I am trying to add HELICS as an external interface into EnergyPlus. However, HELICS requires c++14 in order to recognize the single quotes as number separators and EnergyPlus only work with c++…
-
The tutorial requires files from repositories used as [Submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules). The [MkDocs](https://www.mkdocs.org/) [Snippets](https://facelessuser.github.io…
-
You have this -
#if _MSC_VER < 1910
#pragma push_macro("constexpr")
#define constexpr /*constexpr*/
#define GSL_USE_STATIC_CONSTEXPR_WORKAROUND
#endif // _MSC_VER < 19…
-
Right now cali::Annotation will set an int, double, const char*, or Variant. Are there plans to expand this group? I worry about casting (for example) uint64_t's to doubles all over the place.
-
**Describe the bug**
The `_helics.so` file is not copied over to the install directory. It is compiled correctly, but does not copy over during the `install` target.
```
...
-- Installing: /Us…
-
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…
-
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-…
-
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…