From 2423aff085a8c189748680c360d27ad4d08e7bc7 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 30 Jul 2011 20:24:39 +0000 Subject: [PATCH] Detail: Turn forward declarations for IBM Visual Age standard library. [SVN r73453] --- include/boost/detail/container_fwd.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/boost/detail/container_fwd.hpp b/include/boost/detail/container_fwd.hpp index 037fec7..6716afd 100644 --- a/include/boost/detail/container_fwd.hpp +++ b/include/boost/detail/container_fwd.hpp @@ -47,8 +47,7 @@ // MSL standard lib: # define BOOST_DETAIL_NO_CONTAINER_FWD # elif defined(__IBMCPP__) - // take the default VACPP std lib -# define BOOST_DETAIL_NO_CONTAINER_FWD + // The default VACPP std lib, forward declaration seems to be fine. # elif defined(MSIPL_COMPILE_H) // Modena C++ standard library # define BOOST_DETAIL_NO_CONTAINER_FWD