mirror of
https://github.com/boostorg/multi_index.git
synced 2026-01-26 06:42:21 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user