]> AND Private Git Repository - canny.git/blob - stc/exp/ml_stc_linux_make_v1.0/include/boost/detail/none_t.hpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
e48bd360593697a2a5bf98bff03e14cd516dc970
[canny.git] / stc / exp / ml_stc_linux_make_v1.0 / include / boost / detail / none_t.hpp
1 // Copyright (C) 2003, Fernando Luis Cacciola Carballal.\r
2 //\r
3 // Use, modification, and distribution is subject to the Boost Software\r
4 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at\r
5 // http://www.boost.org/LICENSE_1_0.txt)\r
6 //\r
7 // See http://www.boost.org/lib/optional for documentation.\r
8 //\r
9 // You are welcome to contact the author at:\r
10 //  fernando_cacciola@hotmail.com\r
11 //\r
12 #ifndef BOOST_DETAIL_NONE_T_17SEP2003_HPP\r
13 #define BOOST_DETAIL_NONE_T_17SEP2003_HPP\r
14 \r
15 namespace boost {\r
16 \r
17 namespace detail {\r
18 \r
19 struct none_helper{};\r
20 \r
21 typedef int none_helper::*none_t ;\r
22 \r
23 } // namespace detail\r
24 \r
25 } // namespace boost\r
26 \r
27 #endif\r
28 \r