Purge basic_writer

This commit is contained in:
Victor Zverovich
2020-05-07 11:35:41 -07:00
parent f0ce21164c
commit 2f05054dd3
5 changed files with 10 additions and 30 deletions
-2
View File
@@ -1751,8 +1751,6 @@ template <typename Range> class basic_writer {
}
};
using writer = basic_writer<buffer_range<char>>;
template <typename T> struct is_integral : std::is_integral<T> {};
template <> struct is_integral<int128_t> : std::true_type {};
template <> struct is_integral<uint128_t> : std::true_type {};