Remove generic_category_impl.hpp

This commit is contained in:
Peter Dimov
2020-08-27 01:06:54 +03:00
parent ddd679e6d7
commit 3047581c75

View File

@ -1,25 +0,0 @@
// Implementation details of generic_error_category
//
// Copyright 2018 Peter Dimov
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
// See library home page at http://www.boost.org/libs/system
#include <cstring>
namespace boost
{
namespace system
{
namespace detail
{
} // namespace detail
} // namespace system
} // namespace boost