From 3ebb0662dafe0bd69fc6fddeea9d89309b5a7589 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sun, 21 Sep 2025 07:52:26 +0200 Subject: [PATCH] Add deque_iterator explicit instantiation. --- test/explicit_inst_deque_test.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/explicit_inst_deque_test.cpp b/test/explicit_inst_deque_test.cpp index 6fec811..9198a1f 100644 --- a/test/explicit_inst_deque_test.cpp +++ b/test/explicit_inst_deque_test.cpp @@ -36,6 +36,9 @@ template class boost::container::deque < test::movable_and_copyable_int , allocator >; +template class deque_iterator; +template class deque_iterator; + } //namespace boost { } //namespace container {