#cpp11
Wouldn't it be great to write easy-to-read code that your compiler loves?

Templates help you to generate clean code. Discover essential tips and tricks on how to use them in my latest book:

Paper: https://amazon.com/dp/…
E-book: https://fertig.to/btmp…

#cpp11 #programming #book #cplusplus
July 20, 2026 at 3:57 PM
it's cool that the R cpp11 package started using claude and now we can't build packages
July 1, 2026 at 10:40 AM
C++ Insights - Episode 75: The Ref-Qualifier That Saves You from Undefined Behavior

In this episode, you'll learn how req-qualifers save you from undefined behavior.

https://youtu.be/rKiLxJuEjDY

#cppinsights #cpp #cpp11
C++ Insights - Episode 75: The Ref-Qualifier That Saves You from Undefined Behavior
youtu.be
June 17, 2026 at 7:10 PM
C++ Insights - Episode 74: Why move requires noexcept in C++20

In this episode, you'll learn why noexcept is crucial for move operations of a class.

https://youtu.be/d7CzCSrPp60

#cppinsights #cpp #cpp11
C++ Insights - Episode 74: Why move requires noexcept in C++20
youtu.be
May 20, 2026 at 7:02 PM
Updates on CRAN: blindrecalc (1.1.1), cpp11 (0.5.5), divent (0.5-4), focus (0.1.5), medfateland (3.0.0), MorphSim (1.2.0), openesm (0.2.0), tidywikidatar (0.6.2)
May 6, 2026 at 6:18 PM
CRAN updates: blindrecalc cpp11 divent MorphSim openesm tidywikidatar #rstats
May 6, 2026 at 3:02 PM
Updates on CRAN: censored (0.3.4), cheapr (1.5.1), CICI (1.0), circlize (0.4.18), CLME (2.0-13), cpp11 (0.5.4), CVXR (1.8.2), dataviewR (1.1.0), drhutools (1.1.0), echarty (1.7.2), educabR (0.9.1), ellipsis (0.3.3), EstemPMM (0.3.1), eventstudyr (1.2.0)
April 7, 2026 at 5:59 PM
CRAN updates: censored cheapr circlize cpp11 CVXR ellipsis fingerprint immundata lazyeval libr lobstr nanonext PAMmisc SHELF shinyGizmo spatialEco spiralize tsaux wex #rstats
April 4, 2026 at 6:02 AM
C++ Insights - Episode 72: Why you should never call a virtual member function in a constructor

In this episode, you'll learn by example why you should never call a virtual member function from a constructor.

https://youtu.be/_ZvNJciCXeE

#cppinsights #cpp #cpp11
C++ Insights - Episode 72: Why you should never call a virtual member function in a constructor
youtu.be
March 18, 2026 at 6:35 PM
Daniel J. at #eurollvm talks about the C++11 conversion tool cpp11-migrate #Clang. See http://ur1.ca/dlgf4
March 6, 2026 at 2:29 PM
cpp11 vs rcpp vs extendr
February 24, 2026 at 12:12 AM
Released v1.4.0 of PhysUnits-CT-Cpp11.

Now features a nonstd-lite alike GitHub test workflow.

As long as it lasts :)

Quantities and units library (P3045) is on its way to standard C++.

wg21.link/p3045 .

github.com/martinmoene/...

#cpp #cpp11 #cpp
GitHub - martinmoene/PhysUnits-CT-Cpp11: A small C++11, C++14 header-only library for compile-time dimensional analysis and unit/quantity manipulation and conversion
A small C++11, C++14 header-only library for compile-time dimensional analysis and unit/quantity manipulation and conversion - martinmoene/PhysUnits-CT-Cpp11
github.com
February 14, 2026 at 3:41 PM
Updates on CRAN: covfefe (1.0.0), covtracer (0.0.2), cpp11 (0.5.3), CptNonPar (0.3.2), crane (0.3.1), crmPack (2.1.0), crossmap (0.5.0), CrownScorchTLS (0.1.1), crs (0.15-39), CRTspat (1.4.0), CSCNet (0.1.4), ctmva (1.6.0), ctrdata (1.26.0), ctsem (3.10.6), cvdprevent (0.2.5)
February 3, 2026 at 3:36 AM
CRAN updates: cpp11 drawsample SLGP #rstats
January 20, 2026 at 4:02 PM
Wouldn't it be great to write easy-to-read code that your compiler loves?

Templates help you to generate clean code. Discover essential tips and tricks on how to use them in my latest book:

Paper: https://amazon.com/dp/…
E-book: https://fertig.to/btmp…

#cpp11 #programming #book #cplusplus
January 19, 2026 at 3:37 PM
I had ChatGPT convert an R-based parser into cpp11 for a 15x speedup. It feels so good when you get a win like that
January 10, 2026 at 8:24 PM
Updates on CRAN: cpp11 (0.5.2-2)
January 6, 2026 at 5:25 PM
CRAN updates: cpp11 #rstats
January 6, 2026 at 1:02 PM
thank you! it entirely just was I needed Agent mode!🙏 @njtierney.bsky.social suggested yesterday, my lovely agent has just written a compensive todo for next steps with the C++ cpp11 binding project (on a VM where I traditionally use rstudio, connected to from my laptop), and now it's building that
December 22, 2025 at 10:08 PM
デストラクターはデフォルトで noexcept になるわけだが、書いても無駄だから明示しないほうがいいだろうか?
cpprefjp.github.io/lang/cpp11/n...
noexcept [N3050] - cpprefjp C++日本語リファレンス
C++11で導入された`noexcept`キーワードには、以下の2つの意味がある:
cpprefjp.github.io
December 16, 2025 at 5:57 AM