fs/Traits.hxx: move definition of AllocatedPath::string to PathTraits
This commit is contained in:
@@ -37,8 +37,7 @@ class Error;
|
||||
* stored.
|
||||
*/
|
||||
class AllocatedPath {
|
||||
typedef std::string string;
|
||||
|
||||
typedef PathTraits::string string;
|
||||
typedef PathTraits::value_type value_type;
|
||||
typedef PathTraits::pointer pointer;
|
||||
typedef PathTraits::const_pointer const_pointer;
|
||||
|
Reference in New Issue
Block a user