mirror of
https://github.com/boostorg/core.git
synced 2025-05-12 05:31:40 +00:00
10 lines
166 B
C++
10 lines
166 B
C++
#ifndef BOOST_REF_HPP
|
|
#define BOOST_REF_HPP
|
|
|
|
// The header file at this path is deprecated;
|
|
// use boost/core/ref.hpp instead.
|
|
|
|
#include <boost/core/ref.hpp>
|
|
|
|
#endif
|