// Test that default args don't mess up pmf type comparisons. // Contributed by Jason Merrill . struct A { void f (int = 0) { } }; int main () { void (A::*p)(int) = 0; p = &A::f; if (p != &A::f) return 1; }
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机