mirror of
https://github.com/boostorg/detail.git
synced 2025-07-29 20:07:15 +02:00
Add a forwarding header for container_fwd.hpp
[SVN r49662]
This commit is contained in:
@ -6,6 +6,10 @@
|
||||
#if !defined(BOOST_DETAIL_CONTAINER_FWD_HPP)
|
||||
#define BOOST_DETAIL_CONTAINER_FWD_HPP
|
||||
|
||||
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
||||
# pragma once
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/detail/workaround.hpp>
|
||||
|
||||
|
Reference in New Issue
Block a user