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

Merged objective c++ fix from tunk. Fixes #4191.

........
  r66289 | chris_kohlhoff | 2010-10-31 09:45:29 +1100 (Sun, 31 Oct 2010) | 4 lines
  
  Target workaround at non-Apple objective-c++ compilers only, as the previous
  workaround broke those platforms. Pragmas push_macro and pop_macro are only
  available on gcc 4.4 or later, so use plain ol' #define/#undef instead.
........
  r66398 | chris_kohlhoff | 2010-11-04 22:40:42 +1100 (Thu, 04 Nov 2010) | 2 lines
  
  MacPorts gcc also defines __APPLE_CC__, but to 1.
........


[SVN r66554]
Christopher Kohlhoff 15 лет назад
Родитель
Сommit
a5a4a414f8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      libs/asio

+ 1 - 1
libs/asio

@@ -1 +1 @@
-Subproject commit 1c3548e1c97a9264788a1e0c6c7038d4cbae7c75
+Subproject commit 01c7794612f0ae13def612bef6a2a86ced0cf52b

粤ICP备19079148号