________________________________
From: Ming Cheng
Sent: Thursday, November 18, 2021 6:52 AM
To: boost-inter...@lists.boost.org <boost-inter...@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?
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
https://lists.boost.org/mailman/listinfo.cgi/boost-users

Reply via email to