Skip to content

Commit 8638aa3

Browse files
committed
Second attempt to fix win builds
1 parent 18e3da2 commit 8638aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ut/utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ inline ostream & operator<<(ostream & ostr, const chrono::duration<R, P> & d) {
7272
}
7373

7474
#ifdef _win_
75-
#define _SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING
75+
#define _SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING 1
7676
#endif
7777
// Since result_of is deprecated in C++20, and invoke_result_of is unavailable until C++20...
7878
template <class F, class... ArgTypes>

0 commit comments

Comments
 (0)