-
It's possible to implement a `nameof()` which provides a string representation of `T` without requiring RTTI or demangling at runtime.
```c++
assert(nameof() == "cpp11::r_string");
```
This mi…
-
https://travis-ci.org/mapnik/mapnik-packaging/jobs/28950130#L5527
```
libcxx/src/ios.cpp:function std::__1::ios_base::xalloc(): error: undefined reference to '__atomic_fetch_add_4'
```
```
libtool: …
-
First, i want to thank you for making this!!
-
* **What are you trying to do?**
Many R packages include C++ code via Rcpp or cpp11. Should these be addressed? If so, how would be best to go through this? SystemRequirements in description file? …
-
Hey, I am using 3.1.0 library version. From time to time when I am using multiple context's one of them is getting blocked in subscribe on wait on conditional variable in futres_cpp11.
![image](https…
-
**Describe the bug**
I followed suggestions from previous posts to revert to an older R version (e.g. 4.1.3) because ArchR would not install with the updated R 4.4. However, I still can't install A…
-
Log
```
| FAILED: _deps/google_nsync-build/CMakeFiles/nsync_cpp.dir/cpp/platform/linux/src/nsync_semaphore_futex.c.o
| /work/qemuriscv32-build/tmp/work/riscv32-poky-linux/onnxruntime/1.18.0/recipe-…
-
Got kicked off because package downloads binary objects in https://github.com/ropensci-review-tools/pkgstats/blob/main/configure#L4 and https://github.com/ropensci-review-tools/pkgstats/blob/main/tool…
-
cf.
* https://github.com/krlmlr/cancel.test
* https://github.com/duckdb/duckdb-r/issues/514
-
Hello, I use ETL in an embedded project. GoogleTest is used for software testing. There is now a major problem with etl::delegate and gmock when implementing a test.
### The Test:
```cpp
#include…