summaryrefslogtreecommitdiff
path: root/libs/container/test/static_vector_test.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/container/test/static_vector_test.hpp')
-rw-r--r--libs/container/test/static_vector_test.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/container/test/static_vector_test.hpp b/libs/container/test/static_vector_test.hpp
index 1686955c7..ab931b274 100644
--- a/libs/container/test/static_vector_test.hpp
+++ b/libs/container/test/static_vector_test.hpp
@@ -78,6 +78,9 @@ private:
namespace boost {
+template <class T>
+struct has_nothrow_move;
+
template <>
struct has_nothrow_move<counting_value>
{