More cleanup

This commit is contained in:
Victor Zverovich
2019-06-11 22:11:47 -07:00
parent 5e293bd97a
commit 9d7b64a259
3 changed files with 4 additions and 12 deletions

View File

@@ -1228,8 +1228,6 @@ struct is_contiguous<internal::buffer<Char>> : std::true_type {};
namespace internal {
// Workaround for a SFINAE issue in gcc < 9:
// https://stackoverflow.com/q/56436995/471164
template <typename OutputIt>
struct is_contiguous_back_insert_iterator : std::false_type {};
template <typename Container>