mirror of
https://github.com/boostorg/io.git
synced 2025-07-30 20:37:12 +02:00
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:
|
||||
virtual string_type do_truename() const
|
||||
virtual base_type::string_type do_truename() const
|
||||
{ return "eurt"; }
|
||||
virtual string_type do_falsename() const
|
||||
virtual base_type::string_type do_falsename() const
|
||||
{ return "eslaf"; }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user