Skip to content

Commit

Permalink
Remove valid noexcept spec to workaround GCC 4.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyelewis committed Sep 14, 2017
1 parent e1d57d6 commit 072e527
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ namespace cath {
const ref_vec<std::ostream> & get_ostreams();

public:
hits_processor() noexcept = default;
hits_processor() = default;
explicit hits_processor(std::ostream &) noexcept;
explicit hits_processor(ref_vec<std::ostream>) noexcept;
virtual ~hits_processor() noexcept = default;
Expand Down

0 comments on commit 072e527

Please sign in to comment.