1
0
forked from boostorg/core

Actualized includes of ref.hpp.

This commit is contained in:
Andrey Semashev
2022-12-22 18:59:27 +03:00
parent 86bf1d4aec
commit ddc6cc25a9
15 changed files with 15 additions and 15 deletions

View File

@@ -8,7 +8,7 @@
// http://www.boost.org/LICENSE_1_0.txt
//
#include <boost/ref.hpp>
#include <boost/core/ref.hpp>
void f( boost::reference_wrapper< int const > )
{