From 3406729a8d69e5cd9831dd08176c8c5c0ebd2562 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Fri, 27 May 2016 11:10:55 -0400 Subject: [PATCH] Use beast::error_code instead of nested types --- include/beast/core/streambuf_readstream.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/beast/core/streambuf_readstream.hpp b/include/beast/core/streambuf_readstream.hpp index 383f9511..e014f6d2 100644 --- a/include/beast/core/streambuf_readstream.hpp +++ b/include/beast/core/streambuf_readstream.hpp @@ -93,8 +93,6 @@ class streambuf_readstream static_assert(is_Streambuf::value, "Streambuf requirements not met"); - using error_code = boost::system::error_code; - template class read_some_op;