Skip to content

Move adapt_uword default-init from class body to primary ctor init list#31

Merged
coatless merged 2 commits into
mainfrom
fix-adapt-uword-init-list
Apr 25, 2026
Merged

Move adapt_uword default-init from class body to primary ctor init list#31
coatless merged 2 commits into
mainfrom
fix-adapt-uword-init-list

Conversation

@coatless

Copy link
Copy Markdown
Contributor

Per upstream feedback on bandicoot MR !249.

Per upstream feedback on bandicoot MR !249: prefer adding an
initialization list to the primary ctor over default member
initializers in the class declaration.
R 4.5 made CXX14 / CXX14FLAGS / CXX14STD defunct, so the manual query
in configure.ac (and its expansion in configure) errored out on Linux
with "C++14 support is required but not available". R's default CXX is
already C++17 or later on supported platforms.
@coatless coatless merged commit bdfb7f4 into main Apr 25, 2026
3 checks passed
@coatless coatless deleted the fix-adapt-uword-init-list branch April 25, 2026 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant