Add use_default to Core

This commit is contained in:
Glen Fernandes
2019-02-22 16:51:33 -05:00
parent 266076f83b
commit 4ea704e80a
5 changed files with 82 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
/*
Copyright 2019 Glen Joseph Fernandes
(glenjofe@gmail.com)
Distributed under the Boost Software License, Version 1.0.
(http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_CORE_USE_DEFAULT_HPP
#define BOOST_CORE_USE_DEFAULT_HPP
namespace boost {
struct use_default { };
} /* boost */
#endif