Hello all, I was playing with the demo and found that I couldn’t use any c++11:
warning: 'noexcept' is a keyword in C++11 [-Wc++11-compat]
I was wondering if the demo will be updated to LLVM/Clang 3.2 once that finishes, and if it would be possible to enable c++11 support.
Thanks,
-Stephen
Hello all, I was playing with the demo and found that I couldn't use any
c++11:
warning: 'noexcept' is a keyword in C++11 [-Wc++11-compat]
Yep, sorry - I've been meaning to add some widgets/options to select
language version for the demo page.
I was wondering if the demo will be updated to LLVM/Clang 3.2 once that
finishes, and if it would be possible to enable c++11 support.
Yeah, currently it's still running 3.0. Hopefully we can get 3.2 once
it releases & I can finally get around to adding the language version
selection.