摘要: #include using namespace std; void testEmptyClass(); struct Empty { }; struct DummyEmpty { char a; }; template struct EmptyHelper : T { int group[256]; }; struct EmptyHelper2 { i... 阅读全文
posted @ 2019-04-07 20:44 douzujun 阅读(486) 评论(0) 推荐(0) 编辑