2
0
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:
Emil Dotchevski
2018-10-07 08:11:19 -07:00
parent 2109814dcc
commit d6c152ccfd
17 changed files with 120 additions and 17 deletions

View 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>

View File

@@ -7,8 +7,8 @@
#ifndef EBA7EF10B6F311E8AAD493990D39171A
#define EBA7EF10B6F311E8AAD493990D39171A
#include <boost/leaf/detail/diagnostic_print.hpp>
#include <string>
#include <cstring>
#include <cerrno>
namespace

View File

@@ -8,6 +8,7 @@
#define UUID_E20D9594B97411E89C6313280D39171A
#include <exception>
#include <assert.h>
namespace
boost