Merge branch 'master' into jandupej/more-dos-fixes

This commit is contained in:
Jan Dupej 2024-09-30 12:41:58 +02:00
Родитель d3e740c2b3 ae061fda44
Коммит 72e6561b62
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -24,7 +24,7 @@
namespace bond { namespace detail
{
#ifdef _MSC_VER
#if defined(_MSC_VER) && _MSC_VER < 1915
template<class Iterator> inline
stdext::checked_array_iterator<Iterator> make_checked_array_iterator(