Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 09:35:15

0001 /*
0002 Copyright 2019 Glen Joseph Fernandes
0003 (glenjofe@gmail.com)
0004 
0005 Distributed under the Boost Software License, Version 1.0.
0006 (http://www.boost.org/LICENSE_1_0.txt)
0007 */
0008 #ifndef BOOST_CORE_USE_DEFAULT_HPP
0009 #define BOOST_CORE_USE_DEFAULT_HPP
0010 
0011 namespace boost {
0012 
0013 struct use_default { };
0014 
0015 } /* boost */
0016 
0017 #endif