Consolidate string
read with generalized container read
#296
Labels
C++17
Update requires C++17 features
string
read with generalized container read
#296
As mentioned in PR #288, the
string
read method can be consolidated with the generalized container read method. However, this needs C++17 support to enable, as thestring.data()
method doesn't have a non-const overload until C++17.Consolidating the two methods will allow the read code to match the consolidation in the corresponding write code.
The text was updated successfully, but these errors were encountered: