2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-27 07:02:15 +00:00

MIPSpro compatibility

[SVN r17772]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2003-03-08 00:25:47 +00:00
parent d028a60cc2
commit ff734e3269

View File

@@ -92,7 +92,7 @@ inline enum_<T>& enum_<T>::value(char const* name, T x)
template <class T>
inline enum_<T>& enum_<T>::export_values()
{
this->enum_base::export_values();
this->base::export_values();
return *this;
}