Skip to content

Commit 4dde281

Browse files
committed
For now, adapt last change to the current style, even if that wasn't a particularly good or helpful choice on my side
1 parent 954f5db commit 4dde281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/nonstd/span.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ span_DISABLE_MSVC_WARNINGS( 26439 26440 26472 26473 26481 26490 )
494494

495495
#if ! span_CONFIG( NO_EXCEPTIONS )
496496
# include <stdexcept>
497-
#elif ! span_CONFIG_CONTRACT_VIOLATION_THROWS_V
497+
#elif ! span_CONFIG( CONTRACT_VIOLATION_THROWS_V )
498498
# include <exception>
499499
#endif
500500

0 commit comments

Comments
 (0)