Skip to content

Commit 64a813b

Browse files
Xiaofei Wangcopybara-github
authored andcommitted
Internal Change.
PiperOrigin-RevId: 532564187
1 parent 1caf189 commit 64a813b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pybind11_abseil/no_throw_status.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ namespace google {
1212
// encapsulate references, e.g. `NoThrowStatus<absl::Status&>`.
1313
template <typename StatusType>
1414
struct NoThrowStatus {
15+
NoThrowStatus() = default;
1516
NoThrowStatus(StatusType status_in)
1617
: status(std::forward<StatusType>(status_in)) {}
1718
StatusType status;

0 commit comments

Comments
 (0)