sinojelly / mockcpp

Two C/C++ testing tools, mockcpp and testngpp.
Apache License 2.0
66 stars 39 forks source link

fix compile warning : Reorder in OutBound ctor #45

Closed fish2bird closed 1 year ago

fish2bird commented 1 year ago

Fix #43

自验证代码

#include <mockcpp/OutBound.h>
int var;
mockcpp::OutBound<int> p(var, nullptr);