Просмотр исходного кода

Made the msvc toolset always explicitly enable or disable rtti support based on the <rtti> feature value instead of only setting it if <rtti>on and depending on it being disabled by default. The original behaviour did not work well with msvc 8.0 for which there was not way to disable rtti support as that compiler enables rtti support by default.

[SVN r43282]
Jurko Gospodnetić 18 лет назад
Родитель
Сommit
55aaeb0d4f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tools/build

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit 28e859c07ac60c28714adc435c1d98923c663794
+Subproject commit 152335f03729dfd599747c9e76fbbd9d8d0aa454

粤ICP备19079148号