Fix for compilers not implementing the resolution to DR45.

[SVN r29699]
This commit is contained in:
Markus Schöpflin
2005-06-20 09:22:49 +00:00
parent 8a01dedb52
commit bc6504eda9

View File

@ -51,6 +51,10 @@ private:
list_type cont;
map_type index;
};
// Needed by compilers not implementing the resolution to DR45. For reference,
// see http://www.open-std.org/JTC1/SC22/WG21/docs/cwg_defects.html#45.
friend struct data;
};
template <class Key, class Object>