Missing boost/test/utils/trivial_singleton.hpp header
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
On Sat, Nov 3, 2018 at 8:38 PM Martin Beseda via Boost-users < boost-users@lists.boost.org> wrote:
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?
https://github.com/boostorg/test/commit/e021ca8b68c6cdff47808ec5a29df62642c9... -- Marshall
participants (2)
-
Marshall Clow
-
Martin Beseda