Unable to list global exported functions within the namespace
xfmjn opened this issue · 0 comments
xfmjn commented
header file
namespace aaa
{
bool MTK_COMMON_DLL_EXPORT icompare(const std::string& str1, const std::string& str2);
};
cpp file
bool aaa::icompare(const std::string& str1, const std::string& str2)
{
};
Depends walker can list the icompare function,Dependencies can't。