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

After including <cstddef> to check for usage of STLport, if STLport is not detected, then include <utility> to detect other std libs. This avoids the issue that some std libs do not include all of their C++-related macros when just <cstddef> is included. Related to issue #2924.

[SVN r52262]
David Deakins 17 лет назад
Родитель
Сommit
b0d7b496af
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      libs/config

+ 1 - 1
libs/config

@@ -1 +1 @@
-Subproject commit 1271821c44bb8222fc7e327301dd2a20093c2456
+Subproject commit 3ae6668b44232b1b16b93c8b7f53bac5f11ff81c

粤ICP备19079148号