ResInsight/ThirdParty/boost-Subset/boost/ref.hpp
Magne Sjaastad 2b4efc4b5c #1398 Removed dependency on system boost, added subset of boost to ThirdParty
Added a subset of boost to ThirdParty folder. Code extracted from version boost version 1.59.0
2017-04-05 08:38:59 +02:00

18 lines
370 B
C++

/*
* Copyright (c) 2014 Glen Fernandes
*
* 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 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