C++14 readiness

This commit is contained in:
Howard Hinnant
2015-06-08 15:47:43 -04:00
committed by Vinnie Falco
parent 7382a0c142
commit 9cdc06ce43
4 changed files with 45 additions and 3 deletions

View File

@@ -26,6 +26,8 @@
#include <type_traits>
#include <utility>
#if ! BEAST_NO_CXX14_INTEGER_SEQUENCE
namespace std {
template <class T, T... Ints>
@@ -167,3 +169,5 @@ using index_sequence_for =
}
#endif
#endif