1
0
Эх сурвалжийг харах

. 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 жил өмнө
parent
commit
4eaaed92bf
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      libs/format

+ 1 - 1
libs/format

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

粤ICP备19079148号