Add a tag type for in-place construction
[folly.git] / folly / test / SynchronizedTestLib.h
index 099efe96e6d93c217045e8c229744d0554d2e28e..4313e6e46994bb7ec135f8dfc09ca3065cfae883 100644 (file)
@@ -44,6 +44,8 @@ template <class Mutex> void testTimedSynchronizedWithConst();
 
 template <class Mutex> void testConstCopy();
 
+template <class Mutex> void testInPlaceConstruction();
+
 #include <folly/test/SynchronizedTestLib-inl.h>
 
 #endif /* FOLLY_TEST_SYNCHRONIZEDTESTLIB_H */