<p dir="ltr">Hi Tim,</p>
<p dir="ltr">It seems like building swr forces c++11 mode for the whole build, even other drivers being built that aren't necessarily ready for it. Unfortunately c++11 isn't backwards compatible with c++03, so the switch can't be made unilaterally. Could you have a look at why this is happening?</p>
<p dir="ltr">An example of something that does this properly is clover, which also requires c++11 to be built.</p>
<p dir="ltr">Thanks,</p>
<p dir="ltr">  -ilia</p>