$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Missing boost/test/utils/trivial_singleton.hpp header
From: Martin Beseda (martinbeseda_at_[hidden])
Date: 2018-11-04 01:32:40
Hello everybody,
I'm beginning with the Boost.Test library and I wanted to use it
together with Turtle Mock library <http://turtle.sourceforge.net/>, as
it claims to be developed specifically for usage with Boost. The problem
is, I'm getting the error, that boost/test/utils/trivial_singleton.hpp
is missing. I'm using other Boost headers with no problem, so I had a
look at the codes and it seems, that trivial_singleton.hpp header is not
there. Also, I couldn't find him in the online repository.
Was the header relocated or removed?
Thank you very much for the information,
Martin