From f781c30712dd526c16ec8f2348599ba1987c9801 Mon Sep 17 00:00:00 2001 From: David Dean Date: Fri, 2 Apr 2010 18:35:00 +0000 Subject: [PATCH] make abi/borland_prefix and borland.jam defaults match [SVN r61007] --- include/boost/config/abi/borland_prefix.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/abi/borland_prefix.hpp b/include/boost/config/abi/borland_prefix.hpp index 49f42494..3a0e5ae2 100644 --- a/include/boost/config/abi/borland_prefix.hpp +++ b/include/boost/config/abi/borland_prefix.hpp @@ -21,7 +21,7 @@ // 8026 - functions taking class by value arguments are not expanded inline #pragma nopushoptwarn -# pragma option push -Vx -Ve -a8 -b -pc -Vmv -VC- -Vl- -w-8027 -w-8026 +# pragma option push -a8 -Vx- -Ve- -b- -pc -Vmv -VC- -Vl- -w-8027 -w-8026