mirror of
https://github.com/boostorg/leaf.git
synced 2026-02-09 11:12:37 +00:00
added header compile tests
This commit is contained in:
14
include/boost/leaf/all.hpp
Normal file
14
include/boost/leaf/all.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
//Copyright (c) 2018 Emil Dotchevski
|
||||
//Copyright (c) 2018 Second Spectrum, Inc.
|
||||
|
||||
//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/capture.hpp>
|
||||
#include <boost/leaf/common.hpp>
|
||||
#include <boost/leaf/current_exception_diagnostic_information.hpp>
|
||||
#include <boost/leaf/diagnostic_information.hpp>
|
||||
#include <boost/leaf/expect.hpp>
|
||||
#include <boost/leaf/has_current_error.hpp>
|
||||
#include <boost/leaf/put.hpp>
|
||||
#include <boost/leaf/transport.hpp>
|
||||
@@ -7,8 +7,8 @@
|
||||
#ifndef EBA7EF10B6F311E8AAD493990D39171A
|
||||
#define EBA7EF10B6F311E8AAD493990D39171A
|
||||
|
||||
#include <boost/leaf/detail/diagnostic_print.hpp>
|
||||
#include <string>
|
||||
#include <cstring>
|
||||
#include <cerrno>
|
||||
|
||||
namespace
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#define UUID_E20D9594B97411E89C6313280D39171A
|
||||
|
||||
#include <exception>
|
||||
#include <assert.h>
|
||||
|
||||
namespace
|
||||
boost
|
||||
|
||||
Reference in New Issue
Block a user