Files
2026-06-01 12:46:52 +02:00

20 lines
455 B
C++

// Copyright (c) Glyn Matthews 2008.
// 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)
#ifndef __2008817MESSAGE_FWD_INC__
# define __2008817MESSAGE_FWD_INC__
namespace boost {
namespace network {
template <class Tag>
struct basic_message;
} // namespace boost
} // namespace network
#endif // __2008817MESSAGE_FWD_INC__