This issue is nearly identical to: https://github.com/mono/CppSharp/issues/66 I verified I have the fix for issue 66. Minimal test case: ``` #include <sstream> class octave_pager_stream : public std::ostream { }; ```