annotate DEPENDENCIES/generic/include/boost/utility/explicit_operator_bool.hpp @ 133:4acb5d8d80b6 tip

Don't fail environmental check if README.md exists (but .txt and no-suffix don't)
author Chris Cannam
date Tue, 30 Jul 2019 12:25:44 +0100
parents c530137014c0
children
rev   line source
Chris@16 1 /*
Chris@101 2 * Copyright (c) 2014 Glen Fernandes
Chris@16 3 *
Chris@101 4 * Distributed under the Boost Software License, Version 1.0. (See
Chris@101 5 * accompanying file LICENSE_1_0.txt or copy at
Chris@101 6 * http://www.boost.org/LICENSE_1_0.txt)
Chris@16 7 */
Chris@16 8
Chris@101 9 #ifndef BOOST_UTILITY_EXPLICIT_OPERATOR_BOOL_HPP
Chris@101 10 #define BOOST_UTILITY_EXPLICIT_OPERATOR_BOOL_HPP
Chris@16 11
Chris@101 12 // The header file at this path is deprecated;
Chris@101 13 // use boost/core/explicit_operator_bool.hpp instead.
Chris@16 14
Chris@101 15 #include <boost/core/explicit_operator_bool.hpp>
Chris@16 16
Chris@16 17 #endif