mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-14 01:26:08 +00:00
@@ -105,9 +105,17 @@ public:
|
||||
}
|
||||
basic_string operator+(const _CharTp*);
|
||||
|
||||
int _eq_helper(const basic_string& other) const;
|
||||
bool operator==(const basic_string& other) const;
|
||||
|
||||
const char* data() const { return x0_ptr; }
|
||||
};
|
||||
|
||||
template < typename _CharTp, typename Traits, typename Alloc >
|
||||
bool basic_string< _CharTp, Traits, Alloc >::operator==(const basic_string& other) const {
|
||||
return _eq_helper(other) == 0;
|
||||
}
|
||||
|
||||
// template <>
|
||||
// const char basic_string<char>::mNull = 0;
|
||||
// template <>
|
||||
|
||||
Reference in New Issue
Block a user