forked from boostorg/io
add explicit base class qualification to work around Intel C++ 6.0 bug
[SVN r13820]
This commit is contained in:
@@ -36,9 +36,9 @@ public:
|
|||||||
{}
|
{}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual string_type do_truename() const
|
virtual base_type::string_type do_truename() const
|
||||||
{ return "eurt"; }
|
{ return "eurt"; }
|
||||||
virtual string_type do_falsename() const
|
virtual base_type::string_type do_falsename() const
|
||||||
{ return "eslaf"; }
|
{ return "eslaf"; }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user