摘要: Google C++ Style Guide 1. Doing Work in Constructors Avoid virtual method calls in constructors, and avoid initialization that can fail if you can't s 阅读全文
posted @ 2018-12-10 20:59 lefthook 阅读(275) 评论(0) 推荐(0) 编辑