Skip to content

Commit

Permalink
Work around windows.h nonsense in 'expected' header
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePopoloski committed Dec 16, 2024
1 parent a35cf23 commit c9dd854
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions external/expected.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ namespace nonstd {

#if nsel_CONFIG_NO_EXCEPTIONS
# if nsel_CONFIG_NO_EXCEPTIONS_SEH
# define NOMINMAX
# include <windows.h> // for ExceptionCodes
# else
// already included: <cassert>
Expand Down

0 comments on commit c9dd854

Please sign in to comment.