Github user omalley commented on the issue:
https://github.com/apache/orc/pull/198
This patch works on MacOS, but fails on CentOS 6. In general, for this kind
of change, I like to run the docker/run-all.sh on the patch. I get:
```
[ 42%] Building CXX object c++/src/CMakeFiles/orc.dir/io/InputStream.cc.o
In file included from /root/orc/c++/src/io/InputStream.cc:19:
/root/orc/c++/include/orc/Exceptions.hh:31: error: expected ';' before
'noexcept'
/root/orc/c++/include/orc/Exceptions.hh:41: error: expected ';' before
'noexcept'
/root/orc/c++/include/orc/Exceptions.hh:51: error: expected ';' before
'noexcept'
make[2]: *** [c++/src/CMakeFiles/orc.dir/io/InputStream.cc.o] Error 1
```
---