Skip to content

Commit

Permalink
Remove deprecated STL11_ALLOWED macro
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonald committed Sep 29, 2016
1 parent 0e89ab8 commit 876bc7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/autowiring/C++11/cpp11.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
// The reason this header exists is due to the asymmetric availability of C++11 on our
// various compiler targets.

#define STL11_ALLOWED 1

#define IS_CLANG defined(__clang_major__)
#define CLANG_CHECK(maj, min) (__clang_major__ == maj && __clang_minor__ >= min || __clang_major__ > maj)
#define GCC_CHECK(maj, min) (__GNUC__ == maj && __GNUC_MINOR__ >= min || __GNUC__ > maj)
Expand Down

0 comments on commit 876bc7a

Please sign in to comment.