Merge branch 'master' into win32-x64-working

This commit is contained in:
nhmall
2015-06-17 19:39:24 -04:00
6 changed files with 97 additions and 60 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;