Przeglądaj źródła

Added cv-qualification to the member pointer. The issue here is that
vc6 fails to strip const from the deduced type when a member pointer
is passed by reference to a function template (I suspect it turns the
const into a qualification on the class itself), so it may need extra
help in detecting these.


[SVN r29797]

Dave Abrahams 21 lat temu
rodzic
commit
44822548d8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      libs/type_traits

+ 1 - 1
libs/type_traits

@@ -1 +1 @@
-Subproject commit 4b845146e2154f5095041ad9e9b865955ba4dcf2
+Subproject commit 7e95b4e2a4a578d88e5895703f8e1c28a98dbc6d

粤ICP备19079148号