We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1caf189 commit 64a813bCopy full SHA for 64a813b
pybind11_abseil/no_throw_status.h
@@ -12,6 +12,7 @@ namespace google {
12
// encapsulate references, e.g. `NoThrowStatus<absl::Status&>`.
13
template <typename StatusType>
14
struct NoThrowStatus {
15
+ NoThrowStatus() = default;
16
NoThrowStatus(StatusType status_in)
17
: status(std::forward<StatusType>(status_in)) {}
18
StatusType status;
0 commit comments