2
0
mirror of https://github.com/boostorg/leaf.git synced 2026-02-01 08:32:14 +00:00

Removed incorrect constexpr from result<T>

This commit is contained in:
Emil Dotchevski
2020-09-02 15:05:34 -07:00
parent 899f8e06fe
commit d829b48078
9 changed files with 110 additions and 98 deletions

View File

@@ -7,6 +7,7 @@
#include <boost/leaf/handle_errors.hpp>
#include <boost/leaf/result.hpp>
#include <exception>
#include "lightweight_test.hpp"
namespace leaf = boost::leaf;