PyCXX: [skip ci] avoid MSVC build failure (still needs a proper fix)

This commit is contained in:
wmayer
2020-11-25 22:11:32 +01:00
parent 4556327416
commit 527cf37afd

View File

@@ -1298,8 +1298,8 @@ namespace Py
virtual size_type max_size() const
{
//return std::string::npos; // ?
return std::numeric_limits<size_type>::max();
return std::string::npos; // ?
//return std::numeric_limits<size_type>::max();
}
virtual size_type capacity() const