revert recent const addition in cppregex.cpp
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#include <hack.h>
|
#include <hack.h>
|
||||||
|
|
||||||
const char regex_id[] = "cppregex";
|
char regex_id[] = "cppregex";
|
||||||
|
|
||||||
struct nhregex {
|
struct nhregex {
|
||||||
std::unique_ptr<std::regex> re;
|
std::unique_ptr<std::regex> re;
|
||||||
|
|||||||
Reference in New Issue
Block a user