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

. Now using BOOST_WORKAROUND. renamed local macros, and checked they are not already defined.
. std::swap(string1, string2) replaced by string1.swap(string2).
it was triggering borland bugs.
. Borland does not support 'non-const-overloads' correctly (triggers warnings, temporaries being used).
The non-const reference scheme is now disabled for borland.


[SVN r17215]

Samuel Krempp 23 лет назад
Родитель
Сommit
4eaaed92bf
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      libs/format

+ 1 - 1
libs/format

@@ -1 +1 @@
-Subproject commit 22bbbacc5fc97a416c6c612db2d53ca81c1a0296
+Subproject commit 198c0465ff12a2e83bf77bb0efb1a1c12030b9f2

粤ICP备19079148号