Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-15 10:10:40

0001 /*
0002  * Copyright (c) 2014 Glen Fernandes
0003  *
0004  * Distributed under the Boost Software License, Version 1.0. (See
0005  * accompanying file LICENSE_1_0.txt or copy at
0006  * http://www.boost.org/LICENSE_1_0.txt)
0007  */
0008 
0009 #ifndef BOOST_NONCOPYABLE_HPP
0010 #define BOOST_NONCOPYABLE_HPP
0011 
0012 // The header file at this path is deprecated;
0013 // use boost/core/noncopyable.hpp instead.
0014 
0015 #include <boost/core/noncopyable.hpp>
0016 
0017 #endif