Keen to hearing some tips from boost guru,lib developers.

From: Ming Cheng <chengm349@hotmail.com>
Sent: Friday, November 19, 2021 6:27 AM
To: boost-users@lists.boost.org <boost-users@lists.boost.org>
Subject: Fw: How to access global fixture class member
 


From: Ming Cheng
Sent: Thursday, November 18, 2021 6:52 AM
To: Boost-interest@lists.boost.org <Boost-interest@lists.boost.org>
Subject: How to access global fixture class member
 
Hi

struct Myconfig{
 int  m_any;
};

BOOST_GLOBAL_FIXTURE(Myconfig)

How to access m_any?