Fix vs2013 availability of make_reverse_iterator

This commit is contained in:
Vinnie Falco
2014-05-13 08:31:37 -07:00
parent 191f4496a7
commit caf5f7579e

View File

@@ -24,8 +24,6 @@
#include <iterator>
#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