Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
1 // Copyright (C) 2003, Fernando Luis Cacciola Carballal.
2 // Copyright (C) 2007, Anthony Williams
3 // Copyright (C) 2007, Steven Watanabe, Richard Smith
5 // Distributed under the Boost Software License, Version 1.0.
6 // (See accompanying file LICENSE_1_0.txt or copy at
7 // http://www.boost.org/LICENSE_1_0.txt)
9 // See http://www.boost.org/lib/optional/ for documentation.
11 // You are welcome to contact the author at:
12 // fernando.cacciola@gmail.com
14 #ifndef BOOST_NONE_17SEP2003_HPP
15 #define BOOST_NONE_17SEP2003_HPP
24 inline void none(detail::none_helper);
32 none_helper( none_helper const& ) {}
34 friend void boost::none(none_helper);
38 typedef void (*none_t)(detail::none_helper);
40 inline void none(detail::none_helper) {}