________________________________ From: Ming Cheng Sent: Thursday, November 18, 2021 6:52 AM To: [email protected] <[email protected]> Subject: How to access global fixture class member
Hi
struct Myconfig{
int m_any;
};
BOOST_GLOBAL_FIXTURE(Myconfig)
How to access m_any?
_______________________________________________ Boost-users mailing list [email protected] https://lists.boost.org/mailman/listinfo.cgi/boost-users
