Apply doc patch to 6.2.1

This commit is contained in:
Victor Zverovich 2020-05-14 19:11:40 -07:00
parent 981b517ccf
commit ba25baeb97

View File

@ -147,7 +147,7 @@ def update_site(env):
#b.data = b.data.replace('operator""_', 'operator"" _')
b.data = b.data.replace(', size_t', ', std::size_t')
b.data = b.data.replace('aa long', 'a long')
if version == '6.2.0':
if version.startswith('6.2.'):
b.data = b.data.replace(
'vformat(const S&, basic_format_args<' +
'buffer_context<Char>>)',