From 8ecbfdf08049792c5d047af3caa3edfb292805ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20M=2E=20L=C3=B3pez=20Mu=C3=B1oz?= Date: Fri, 10 Mar 2006 15:23:42 +0000 Subject: [PATCH] added fix for a bug of CW 8.3 in "ISO C++ Template Parser" mode causing bogus safe mode run-time asserts [SVN r33314] --- include/boost/multi_index/detail/safe_mode.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/multi_index/detail/safe_mode.hpp b/include/boost/multi_index/detail/safe_mode.hpp index bc2f85d..13de03f 100644 --- a/include/boost/multi_index/detail/safe_mode.hpp +++ b/include/boost/multi_index/detail/safe_mode.hpp @@ -435,7 +435,7 @@ public: return static_cast( static_cast*>( - safe_super::owner())); + this->safe_super::owner())); } /* get_node is not to be used by the user */