From caf5f7579eec05e262824083f762dac591336066 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Tue, 13 May 2014 08:31:37 -0700 Subject: [PATCH] Fix vs2013 availability of make_reverse_iterator --- beast/cxx14/iterator.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/beast/cxx14/iterator.h b/beast/cxx14/iterator.h index 4d1a565c7..e242997dd 100644 --- a/beast/cxx14/iterator.h +++ b/beast/cxx14/iterator.h @@ -24,8 +24,6 @@ #include -#if ! BEAST_NO_CXX14_COMPATIBILITY - namespace std { // C++14 implementation of std::make_reverse_iterator to allow creation of a @@ -41,5 +39,3 @@ make_reverse_iterator(Iter i) } #endif - -#endif