in reply to Re^2: strawberry perl + Inline::CPP + <sstream> compilation error
in thread strawberry perl + Inline::CPP + <sstream> compilation error
So see how that works for you.use strict; use warnings; use Inline CPP => <<'CPP'; #undef seekdir #ifdef _WIN32 #undef setbuf #endif #include <sstream> CPP 1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: strawberry perl + Inline::CPP + <sstream> compilation error
by zdm (Beadle) on Jun 04, 2018 at 19:31 UTC |