From cfe2e98267a38a8df3b9b4d37c67413070e0e4af Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Fri, 8 May 2020 09:25:18 -0400 Subject: [PATCH] Remove deprecated quoted_manip header --- include/boost/io/detail/quoted_manip.hpp | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 include/boost/io/detail/quoted_manip.hpp diff --git a/include/boost/io/detail/quoted_manip.hpp b/include/boost/io/detail/quoted_manip.hpp deleted file mode 100644 index 5b3c4fd..0000000 --- a/include/boost/io/detail/quoted_manip.hpp +++ /dev/null @@ -1,19 +0,0 @@ -/* -Copyright 2010 Beman Dawes - -Copyright 2019 Glen Joseph Fernandes -(glenjofe@gmail.com) - -Distributed under the Boost Software License, Version 1.0. -(http://www.boost.org/LICENSE_1_0.txt) -*/ -#ifndef BOOST_IO_DETAIL_QUOTED_MANIP_HPP -#define BOOST_IO_DETAIL_QUOTED_MANIP_HPP - -#include - -BOOST_HEADER_DEPRECATED("") - -#include - -#endif