in reply to Re^3: Name conflict between MinGW C++ standard library header and Perl development header
in thread Name conflict between MinGW C++ standard library header and Perl development header

__ostream_type& is the return type of write() function. Nothing important.

In C++, "&" is reference. You can just treat it as a sugar for pointers.

  • Comment on Re^4: Name conflict between MinGW C++ standard library header and Perl development header
  • Select or Download Code