2
0
mirror of https://github.com/boostorg/leaf.git synced 2026-01-19 04:22:08 +00:00

Moved config.hpp to detail/config.hpp

This commit is contained in:
Emil Dotchevski
2020-07-18 17:29:41 -07:00
parent fa5444dc20
commit db9e360a07
30 changed files with 31 additions and 31 deletions

View File

@@ -3,7 +3,7 @@
// 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)
#include <boost/leaf/config.hpp>
#include <boost/leaf/detail/config.hpp>
#include <boost/leaf/detail/optional.hpp>
#include "lightweight_test.hpp"