iclcv/icl

ICL throws many warnings on C++11

Closed this issue · 1 comments

With recent gcc, which uses C++14 as a default, ICL throws lots of warnings, e.g.
about throw specifiers. We should clean this up to see the real compile issues.

there are still some warnings left but #35 removed most of the unnecessary ones.