Commits


Weston Pace authored and Neal Richardson committed f2c9d20d963
ARROW-14450: [R] Old macos build error It appears that Clang 8 on MacOS 10.11.6 has a bug recognizing when a struct without a user provided constructor can be default initialized in a const context. Related issue: https://sourceware.org/bugzilla/show_bug.cgi?id=24937 There is some discussion in the issue and a link to more discussion on the SO post (and eventually a reference to a defect in the spec) Closes #11526 from westonpace/experiment/odd-apple-compiler-bug-bridge-cc Authored-by: Weston Pace <weston.pace@gmail.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>