majority opinion on cppregex.cpp declaration

This commit is contained in:
nhmall
2015-06-16 21:45:59 -04:00
parent 2939a28aa1
commit 5dc0a5747a
2 changed files with 3 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
extern "C" {
#include <hack.h>
char regex_id[] = "cppregex";
extern const char regex_id[] = "cppregex";
struct nhregex {
std::unique_ptr<std::regex> re;