elemings@... wrote:
Yo Brad, this file needs the usual header (license, etc.)
Martin
>
>
> Added:
> stdcxx/branches/4.3.x/tests/regress/27.streambuf.buffer.stdcxx-808.cpp (with props)
>
> Added: stdcxx/branches/4.3.x/tests/regress/27.streambuf.buffer.stdcxx-808.cpp
> URL:
http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/tests/regress/27.streambuf.buffer.stdcxx-808.cpp?rev=678475&view=auto> ==============================================================================
> --- stdcxx/branches/4.3.x/tests/regress/27.streambuf.buffer.stdcxx-808.cpp (added)
> +++ stdcxx/branches/4.3.x/tests/regress/27.streambuf.buffer.stdcxx-808.cpp Mon Jul 21 09:44:51 2008
> @@ -0,0 +1,13 @@
> +
> +#include <cassert>
> +#include <iosfwd>
> +#include <strstream>
> +
> +int main ()
> +{
> + std::strstreambuf sb;
> + std::streampos pos = sb.pubseekoff (10, std::ios::beg, std::ios::in);
> + assert (-1 == pos);
> + return 0;
> +}
> +
>
> Propchange: stdcxx/branches/4.3.x/tests/regress/27.streambuf.buffer.stdcxx-808.cpp
> ------------------------------------------------------------------------------
> svn:eol-style = native
>
> Propchange: stdcxx/branches/4.3.x/tests/regress/27.streambuf.buffer.stdcxx-808.cpp
> ------------------------------------------------------------------------------
> svn:keywords = Id
>
>