Use extern.h for regexes.
I was planning to do this anyway, but it created an include loop that was breaking it on Windows.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include <memory>
|
||||
|
||||
extern "C" {
|
||||
#include <nhregex.h>
|
||||
#include <hack.h>
|
||||
|
||||
struct nhregex {
|
||||
std::unique_ptr<std::regex> re;
|
||||
|
||||
Reference in New Issue
Block a user