$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Ming Cheng (chengm349_at_[hidden])
Date: 2021-11-19 06:27:09
________________________________
From: Ming Cheng
Sent: Thursday, November 18, 2021 6:52 AM
To: Boost-interest_at_[hidden] <Boost-interest_at_[hidden]>
Subject: How to access global fixture class member
Hi
struct Myconfig{
int m_any;
};
BOOST_GLOBAL_FIXTURE(Myconfig)
How to access m_any?