1// Copyright 2018-2023 Emil Dotchevski and Reverge Studios, Inc.
2
3// Distributed under the Boost Software License, Version 1.0. (See accompanying
4// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6#include <boost/leaf/result.hpp>
7
8namespace leaf = boost::leaf;
9
10leaf::result<int &> x; // Default constructor not available for references
11

source code of boost/libs/leaf/test/_compile-fail-result_4.cpp