Explorar o código

Take typeid(T&) rather than typeid(T). For some some compilers won't
let you get away with typeid(T) when T is an incomplete class
type (that's conforming behavior), but GCC at least will allow
typeid(T&) -- also disallowed by the standard when T is incomplete.
If it turns out that EDGs also barf on typeid(T&), we may have more
work to do.

Some warning suppression for MSVC.


[SVN r29020]

Dave Abrahams %!s(int64=21) %!d(string=hai) anos
pai
achega
fcff77be0f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libs/python

+ 1 - 1
libs/python

@@ -1 +1 @@
-Subproject commit 424f5bdf31a3bce14f6cef3f1513d95c192fd1c3
+Subproject commit 432d4782a5e7af5ce1a7ef7fa9060cbe86fbda3e

粤ICP备19079148号