ctaggart/octh

-std=gnu++11 results in __float128 is not supported on this target

Closed this issue · 1 comments

If I use .clang_arg("-std=gnu++11") instead of .clang_arg("-std=c++11"), I get this error:

--- stdout
C:\Octave\Octave-4.2.1\lib\gcc\x86_64-w64-mingw32\4.9.4\include\c++\type_traits:279:39: error: __float128 is not supported on this target, err:
true

Going with -std=c++11 for now.