|
#ifndef __CPP__INCLUDED__rperlstandalone_h
#define __CPP__INCLUDED__rperlstandalone_h 0.003_000
#include <memory>
#include <iostream>
#include <string>
#include <sstream>
#include <limits>
#undef seed
#include <algorithm>
#include <vector>
#include <math.h>
#include <unordered_map>
#undef do_open // fix conflict between jpcre2.hpp subdep locale_facets_nonio.h & other uknown file, 'error: macro "do_open" requires 7 arguments, but only 2 given'
#undef do_close // fix conflict between jpcre2.hpp subdep locale_facets_nonio.h & other uknown file, 'error: macro "do_close" requires 2 arguments, but only 1 given'
#include "jpcre2.hpp"
typedef jpcre2::select< char >::Regex regex;
typedef jpcre2:: SIZE_T regexsize;
#include <EXTERN.h>
#include <perl.h>
#include <XSUB.h>
#include <RPerl.cpp> // -> RPerl.h -> (rperltypes_mode.h; rperloperations.h; rperltypes.h; HelperFunctions.cpp)
using std::cout; using std::cerr; using std::endl;
#endif
|