leaf.hpp 330 B

1234567891011
  1. #ifndef BOOST_LEAF_HPP_INCLUDED
  2. #define BOOST_LEAF_HPP_INCLUDED
  3. // Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc.
  4. // Distributed under the Boost Software License, Version 1.0. (See accompanying
  5. // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  6. #include <boost/leaf/detail/all.hpp>
  7. #endif