Browse Source

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 21 years ago
parent
commit
fcff77be0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libs/python

+ 1 - 1
libs/python

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

粤ICP备19079148号