Skip to content

Commit

Permalink
适配新版本CovScript
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecovlee committed Aug 14, 2018
1 parent 5d063ab commit 1eb49d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

static cs::extension regex_ext;
static cs::extension regex_result_ext;
static cs::extension_t regex_ext_shared = cs::make_shared_extension(regex_ext);
static cs::extension_t regex_result_ext_shared = cs::make_shared_extension(regex_result_ext);
static cs::extension_t regex_ext_shared = cs::make_shared_namespace(regex_ext);
static cs::extension_t regex_result_ext_shared = cs::make_shared_namespace(regex_result_ext);
namespace cs_impl {
template<>
cs::extension_t &get_ext<std::regex>()
Expand Down

0 comments on commit 1eb49d0

Please sign in to comment.