File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -432,7 +432,15 @@ run memory_resource_test.cpp ;
432432run data_test.cpp ;
433433run size_test.cpp ;
434434
435- local with-serialization = <library>/boost/serialization//boost_serialization/<warnings>off $(warnings-as-errors-off) <undefined-sanitizer>norecover:<link>static $(CPP11) ;
435+ local with-serialization =
436+ <library>/boost/serialization//boost_serialization/<warnings>off
437+ $(warnings-as-errors-off)
438+ <undefined-sanitizer>norecover:<link>static
439+ $(CPP11)
440+ # Serialization no longer builds under classic MinGW
441+ # and <toolset>gcc,<target-os>windows,<address-model>32 fails for some reason
442+ <toolset>gcc,<target-os>windows:<build>no
443+ ;
436444
437445run serialization_nvp_test.cpp : : : $(with-serialization) <undefined-sanitizer>norecover:<build>no ;
438446run serialization_split_free_test.cpp : : : $(with-serialization) ;
You can’t perform that action at this time.
0 commit comments