-
Package `Rcpp` is very convenient but also quite bloated. Perhaps using `cpp11` can provide the same convenience but with a smaller footprint. We should try to convert some of our functions and see if…
-
We need to introduce it to avoid this with clang19
```
In file included from /home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/cpp11/include/cpp11.hpp:3:
/home/hornik/lib/R/Library/4.5/x86_64-linux…
-
I was aiming to send along a PR dropping the {mockery} dependency but it's a bit of a bigger project than at first glance despite the small footprint of {mockery}:
https://github.com/r-lib/cpp11/bl…
-
A recent build on master failed like so:
```
../../../../../Examples/test-suite/ruby/cpp11_rvalue_reference_move_runme.rb:79:in `rescue in ': incorrect exception message: (RuntimeError)
from ..…
-
Provided that @Antonov548 migrated all to C++11, it makes sense to use vendoring to count on a more robust codebase.
I will send a PR for this now, where `vscode-install.r` shows what I did and `NE…
-
I believe we could expand on `END_CPP11` (or add a sibling).
https://github.com/r-lib/cpp11/blob/51f4cd5ad9425a491dedf951a3679346d416e51c/inst/include/cpp11/declarations.hpp#L47-L63
so that it …
-
While attempting to wrap headers for a library, I've hit upon some syntax they use that SWIG is apparently unable to parse. (Tested just now against current SWIG `master` branch HEAD.)
Despite the…
-
# C++11有哪些新特性? | Harttle Land
C++是一门伟大的语言,永远给程序员最大的设计自由,未使用的特性从不产生副作用,新版本永远完全兼容旧版本。C++11先前被称作C++0x,即ISO/IEC 14882:2011,是C++编程语言的一个标准。 之前的C++标准包括C++98、C++0...
[https://harttle.land/2015/10/08/cpp11.…
-
Invoking the move constructor of `external_pointer` clears attributes on an external pointer object.
I would expect the third and fourth output to be identical to the second output. A possible fix …
-
capi에서 단일 처리 api와 purrr를 사용해서 병렬처리하고 있음.
capi 의 _m 인 api를 사용한 병렬과 속도 비교후 선택이 필요.