search for: basic_iostream

Displaying 8 results from an estimated 8 matches for "basic_iostream".

2005 Jan 13
0
Oh323 compilation errors
...ilation Error: -------------------------- g++ -o obj_linux_x86_r/simph323 -s -L/root/pwlib/lib -L/root/openh323/lib ./obj_linux_x86_r/main.o -lh323_linux_x86_r -lpt_linux_x86_r -lpthread -lssl -lcrypto -lexpat -lresolv -ldl /root/openh323/lib/libh323_linux_x86_r.so: undefined reference to `std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `std::basic_iostream<char, std::char_traits<char> >::basic_iostream(std::basic_streambuf<char, std::char_traits<char> >*)' /root/pwlib/lib/libp...
2005 Jan 15
0
oh323 compile error
...ilation Error: -------------------------- g++ -o obj_linux_x86_r/simph323 -s -L/root/pwlib/lib -L/root/openh323/lib ./obj_linux_x86_r/main.o -lh323_linux_x86_r -lpt_linux_x86_r -lpthread -lssl -lcrypto -lexpat -lresolv -ldl /root/openh323/lib/libh323_linux_x86_r.so: undefined reference to `std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()' /root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `std::basic_iostream<char, std::char_traits<char> >::basic_iostream(std::basic_streambuf<char, std::char_traits<char> >*)' /root/pwlib/lib/libp...
2005 Jul 28
0
oh323 compile problem
Hi, Anybody know what is the problem when I tried to compile oh323 ? /root/oh323/openh323/lib/libh323_linux_x86_r.so: undefined reference to `std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()' /root/oh323/openh323/../pwlib/lib/libpt_linux_x86_r.so: undefined reference to `std::basic_iostream<char, std::char_traits<char> >::basic_iostream (std::basic_streambuf<char, std::char_traits<char> >*)'...
2014 Aug 08
0
Wine release 1.7.24
...Some tests for drawing sequence for a layout. Piotr Caban (8): msvcp100: Add ios_base::swap implementation. msvcp100: Add basic_ios::swap implementation. msvcp100: Add basic_istream::swap implementation. msvcp100: Add basic_ostream::swap implementaiton. msvcp100: Add basic_iostream::swap implementation. msvcp100: Add basic_streambuf::swap implementation. msvcrt: Only check for flag presence in isatty function. msvcp110: Add _Xbad_alloc implementation. Shuai Meng (4): vbscript: Implemented ScriptEngine. vbscript: Inplemented ScriptEngineBuildVers...
2012 Jul 03
0
Wine release 1.5.8
...26025 Atom Zombie Smasher demo needs locale_ctor_cstr 26375 Medal of honor 2010 needs msvcp80.dll.??5?$basic_istream at DU?$char_traits at D@std@@@std@@QAEAAV01 at AAI@Z 26594 Civilization V crashes/freezes when loading or starting a game. 26696 Dragon Age 2 Demo wants msvcp90.dll.??0?$basic_iostream at _WU?$char_traits at _W@std@@@std@@QAE at PAV?$basic_streambuf at _WU?$char_traits at _W@std@@@1@@Z 26832 Multiple games/applications need msvcp80.dll.??0?$basic_ostringstream at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@QAE at H@Z (Avatar Demo, The Witcher Demo, America's Army 3...
2012 Aug 17
0
Wine release 1.5.11
...90: Only define virtual function callers in base class. msvcp90: Added basic_filebuf<wchar> and basic_filebuf<short> implementation. msvcp90: Added basic_ostream<short> implementation. msvcp90: Added basic_istream<short> implementation. msvcp90: Added basic_iostream<short> implementation. msvcp90: Added basic_ofstream<wchar> implementation. msvcp90: Added basic_ifstream<wchar> implementation. msvcp90: Added basic_fstream<wchar> implementation. msvcp90: Export wcin, wcout, wcerr and wclog objects. msvcp90: A...
2012 Jun 22
0
Wine release 1.5.7
...gt; implementation. msvcp90: Accept more base classes in DEFINE_RTTI_DATA macro. msvcp90: Added basic_ifstream<char> implementation. msvcp90: Added basic_istream<char>::getline(basic_string<char>) implementation. msvcp: Sync spec files. msvcp90: Added basic_iostream<char> implementation. msvcp90: Added basic_ofstream<char> implementation. msvcp90: Specify open mode in basic_ifstream<char> functions. msvcp90: Added basic_fstream<char> implementation. msvcp90: Export locale::facet vtable. msvcp90: Export loca...
2017 Jun 21
6
RFC: Cleaning up the Itanium demangler
...basic_string"); + case special_sub_kind::istream: + return string_ref("basic_istream"); + case special_sub_kind::ostream: + return string_ref("basic_ostream"); + case special_sub_kind::iostream: + return string_ref("basic_iostream"); + } + } + + void print_left(stream& s) const override + { + switch (ssk) + { + case special_sub_kind::allocator: + s += "std::basic_string<char, std::char_traits<char>, std::allocator<char> >"; + brea...