摘要: 无意中看到C++11中的新特性inline namespace, 先附上官方的解释 Inline namespace The inline namespace mechanism is intended to support library evolution by providing a mech 阅读全文
posted @ 2017-02-16 21:52 MyCPlusPlus 阅读(1387) 评论(0) 推荐(0)
摘要: Google C++ Style Guide Table of Contents Header Files Self-contained Headers The #define Guard Forward Declarations Inline Functions Names and Order o 阅读全文
posted @ 2017-02-16 11:41 MyCPlusPlus 阅读(1805) 评论(0) 推荐(0)