Re: [Rd] possible bug in R's configure check for C++11 features

2019-09-04 Thread Kasper Daniel Hansen
I'm sorry, I'm an idiot for not noticing this. That's what happens when you have been stuck in configure/make hell for a while. Best, Kasper On Tue, Sep 3, 2019 at 10:54 PM Simon Urbanek wrote: > Kasper, > > I haven’t checked in depth, so just to clarify: you *are* setting > CXX11=g++ so it is

Re: [Rd] possible bug in R's configure check for C++11 features

2019-09-03 Thread Simon Urbanek
Kasper, I haven’t checked in depth, so just to clarify: you *are* setting CXX11=g++ so it is doing what you asked it to. Since the settings are inherited upwards, this implies that you are setting both CXX14 and CXX17 to g++. So I’m not quite sure I understand your concern. Cheers, Simon >