redredlobster
Results
3
comments of
redredlobster
I would also like to have this feature and am investigating how it might be done.
The static bool doesn't appear to work as intended because the static bool is local to a templated class; each templated class gets its own copy of the static bool....
For anyone else who stumbles upon this issue, you may want to take a look at the example here https://github.com/boost-ext/ut/tree/master/test/ft.