Procházet zdrojové kódy

. 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 před 23 roky
rodič
revize
4eaaed92bf
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      libs/format

+ 1 - 1
libs/format

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

粤ICP备19079148号