X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=boost%2Fboost%2Fnone.hpp;h=6f6f0a64e1c661063537dc14501f7925385dec6f;hb=7677e9487c1669735a2aa9b2356199c2f608fe15;hp=0f5e31cce9e4ef47ee52fa502738dceafbdd2533;hpb=19fa02ff12689811eab10ce4e1cdc445f0a1ff21;p=lyx.git diff --git a/boost/boost/none.hpp b/boost/boost/none.hpp index 0f5e31cce9..6f6f0a64e1 100755 --- a/boost/boost/none.hpp +++ b/boost/boost/none.hpp @@ -1,43 +1,43 @@ -// Copyright (C) 2003, Fernando Luis Cacciola Carballal. -// Copyright (C) 2007, Anthony Williams -// Copyright (C) 2007, Steven Watanabe, Richard Smith -// -// Distributed under the Boost Software License, Version 1.0. -// (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) -// -// See http://www.boost.org/lib/optional/ for documentation. -// -// You are welcome to contact the author at: -// fernando.cacciola@gmail.com -// -#ifndef BOOST_NONE_17SEP2003_HPP -#define BOOST_NONE_17SEP2003_HPP - -namespace boost -{ - namespace detail - { - class none_helper; - } - - inline void none(detail::none_helper); - - namespace detail - { - class none_helper - { - private: - - none_helper( none_helper const& ) {} - - friend void boost::none(none_helper); - }; - } - - typedef void (*none_t)(detail::none_helper); - - inline void none(detail::none_helper) {} -} - -#endif +// Copyright (C) 2003, Fernando Luis Cacciola Carballal. +// Copyright (C) 2007, Anthony Williams +// Copyright (C) 2007, Steven Watanabe, Richard Smith +// +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) +// +// See http://www.boost.org/lib/optional/ for documentation. +// +// You are welcome to contact the author at: +// fernando.cacciola@gmail.com +// +#ifndef BOOST_NONE_17SEP2003_HPP +#define BOOST_NONE_17SEP2003_HPP + +namespace boost +{ + namespace detail + { + class none_helper; + } + + inline void none(detail::none_helper); + + namespace detail + { + class none_helper + { + private: + + none_helper( none_helper const& ) {} + + friend void boost::none(none_helper); + }; + } + + typedef void (*none_t)(detail::none_helper); + + inline void none(detail::none_helper) {} +} + +#endif