//s_request_view() constructor is declared as below
namespace Identity_VIEW
{
Published_view_identity s_request_view("SAMPLE");
};
//The constructor is called in another source file as below,
bind_view(Identity_VIEW::s_request_view);
相同的代码在 Windows 上运行良好,但在 SBC (PowerPC) 上 s_request_view 作为 NULL 传递。
谁能帮我找出为什么它的行为不同?