阅读背景:

如何内联一个仅用于发布构建的函数

来源:互联网 
// common.h
// This is foo function. It has a body.
__inline void foo() { /* something */ }

// a.cpp
#include "common.h" // for foo function
// Call foo

// b.cpp
#include "common.h" // for foo function
// Call foo
// common.h
// This is foo function. It has a b



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: