Skip to content

Commit

Permalink
only include type_traits for C++11
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Coe committed May 12, 2016
1 parent e21961f commit a164579
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/internal/catch_approx.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@

#include <cmath>
#include <limits>

#if defined(__cplusplus) && __cplusplus >= 201103L
#include <type_traits>
#endif

namespace Catch {
namespace Detail {
Expand Down

0 comments on commit a164579

Please sign in to comment.