Update release

This commit is contained in:
vczh
2021-10-27 01:31:04 -07:00
parent d239be3f23
commit 0f571d5019
22 changed files with 447 additions and 759 deletions
-12
View File
@@ -3422,18 +3422,6 @@ Data Structures for Backtracking
};
}
template<>
struct POD<regex_internal::StateSaver>
{
static const bool Result = true;
};
template<>
struct POD<regex_internal::ExtensionSaver>
{
static const bool Result = true;
};
namespace regex_internal
{
using namespace collections;