Skip to content

Commit

Permalink
Update expected.h
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeatherstone authored Aug 9, 2023
1 parent e06a105 commit c451c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlib/expected.h
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ namespace dlib
using check = std::enable_if_t<
!is_expected_type<U>::value &&
!is_unexpected_type<U>::value &&
std::is_constructible<E, EF>::value
std::is_constructible<E, EF>::value,
bool
>;
};
Expand Down

0 comments on commit c451c8a

Please sign in to comment.