1 /*
2 Copyright 2019 Glen Joseph Fernandes
3 (glenjofe@gmail.com)
4 
5 Distributed under the Boost Software License, Version 1.0.
6 (http://www.boost.org/LICENSE_1_0.txt)
7 */
8 #ifndef BOOST_CORE_USE_DEFAULT_HPP
9 #define BOOST_CORE_USE_DEFAULT_HPP
10 
11 namespace boost {
12 
13 struct use_default { };
14 
15 } /* boost */
16 
17 #endif
18