We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47c9f5 commit 0ba734fCopy full SHA for 0ba734f
1 file changed
test/Jamfile.v2
@@ -1,6 +1,6 @@
1
# Boost.MultiIndex tests Jamfile
2
#
3
-# Copyright 2003-2025 Joaquín M López Muñoz.
+# Copyright 2003-2026 Joaquín M López Muñoz.
4
# Distributed under the Boost Software License, Version 1.0.
5
# (See accompanying file LICENSE_1_0.txt or copy at
6
# http://www.boost.org/LICENSE_1_0.txt)
@@ -37,6 +37,7 @@ project
37
<toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS
38
<toolset>msvc:<define>_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS
39
<toolset>msvc:<cxxflags>/wd4494
40
+ <toolset>msvc:<cxxflags>-Werror=null-dereference
41
;
42
43
obj boost_multi_index_key_supported : check_bmi_key_supported.cpp ;
0 commit comments