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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user