Merge branch 'master' into win32-x64-working

Conflicts:
	include/flag.h
This commit is contained in:
nhmall
2015-06-16 06:34:05 -04:00
3 changed files with 3 additions and 3 deletions

View File

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