added fix for a bug of CW 8.3 in "ISO C++ Template Parser" mode causing bogus safe mode run-time asserts

[SVN r33314]
This commit is contained in:
Joaquín M. López Muñoz
2006-03-10 15:23:42 +00:00
parent f9c9851ef3
commit 8ecbfdf080

View File

@@ -435,7 +435,7 @@ public:
return
static_cast<const container_type*>(
static_cast<const safe_container<container_type>*>(
safe_super::owner()));
this->safe_super::owner()));
}
/* get_node is not to be used by the user */