From 9abd56be5ef550fb2a6cbf50d27970e03cea7a37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sun, 31 Dec 2017 19:38:11 +0100 Subject: [PATCH] Recover lost projects from solution --- include/boost/container/vector.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/container/vector.hpp b/include/boost/container/vector.hpp index a6a5335..38f854f 100644 --- a/include/boost/container/vector.hpp +++ b/include/boost/container/vector.hpp @@ -2052,7 +2052,7 @@ class vector //! Throws: Nothing. //! //! Complexity: Constant. - void swap(vector& x) + BOOST_CONTAINER_FORCEINLINE void swap(vector& x) BOOST_NOEXCEPT_IF( ((allocator_traits_type::propagate_on_container_swap::value || allocator_traits_type::is_always_equal::value) && !dtl::is_version::value)) @@ -2070,7 +2070,7 @@ class vector //! //! Note: Non-standard extension to support static_vector template - void swap(vector & x + BOOST_CONTAINER_FORCEINLINE void swap(vector & x , typename dtl::enable_if_and < void , dtl::is_version