summaryrefslogtreecommitdiff
path: root/boost/test/impl/unit_test_monitor.ipp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/test/impl/unit_test_monitor.ipp')
-rw-r--r--boost/test/impl/unit_test_monitor.ipp3
1 files changed, 3 insertions, 0 deletions
diff --git a/boost/test/impl/unit_test_monitor.ipp b/boost/test/impl/unit_test_monitor.ipp
index cfb41a239c..70e78513b6 100644
--- a/boost/test/impl/unit_test_monitor.ipp
+++ b/boost/test/impl/unit_test_monitor.ipp
@@ -29,6 +29,9 @@
namespace boost {
namespace unit_test {
+// singleton pattern
+BOOST_TEST_SINGLETON_CONS_IMPL(unit_test_monitor_t)
+
// ************************************************************************** //
// ************** unit_test_monitor ************** //
// ************************************************************************** //