Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 424305
Collapse All | Expand All

(-)socket++-1.12.13/test/thostnames.C (-4 / +2 lines)
Line 26 Link Here
26
			cout << "Constructor rdbuf: " << (unsigned int) rdbuf() << endl;
26
			cout << "Constructor rdbuf: " << (size_t) rdbuf() << endl;
27
--
Line 42 Link Here
42
  cout << "rdbuf: " << (unsigned int) sio.rdbuf() << "\n";
42
  cout << "rdbuf: " << (size_t) sio.rdbuf() << "\n";
43
--

Return to bug 424305