filebuf_sputn_unbuf.cc: Include unistd.h for unlink.
2011-08-03 Benjamin Kosnik <bkoz@redhat.com> * testsuite/performance/27_io/filebuf_sputn_unbuf.cc: Include unistd.h for unlink. * testsuite/performance/27_io/ofstream_insert_int.cc: Same. * testsuite/performance/27_io/ifstream_extract_int.cc: Same. * testsuite/performance/27_io/ifstream_getline-2.cc: Same. * testsuite/performance/27_io/fstream_seek_write.cc: Same. * testsuite/performance/27_io/ifstream_extract_chars.cc: Same. * testsuite/performance/27_io/ofstream_insert_float.cc: Same. * testsuite/performance/27_io/ifstream_extract_float.cc: Same. * testsuite/performance/27_io/filebuf_sputc.cc: Same. From-SVN: r177307
This commit is contained in:
parent
17ab63903a
commit
c7c2e8316c
10 changed files with 31 additions and 18 deletions
|
@ -1,3 +1,16 @@
|
|||
2011-08-03 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* testsuite/performance/27_io/filebuf_sputn_unbuf.cc: Include
|
||||
unistd.h for unlink.
|
||||
* testsuite/performance/27_io/ofstream_insert_int.cc: Same.
|
||||
* testsuite/performance/27_io/ifstream_extract_int.cc: Same.
|
||||
* testsuite/performance/27_io/ifstream_getline-2.cc: Same.
|
||||
* testsuite/performance/27_io/fstream_seek_write.cc: Same.
|
||||
* testsuite/performance/27_io/ifstream_extract_chars.cc: Same.
|
||||
* testsuite/performance/27_io/ofstream_insert_float.cc: Same.
|
||||
* testsuite/performance/27_io/ifstream_extract_float.cc: Same.
|
||||
* testsuite/performance/27_io/filebuf_sputc.cc: Same.
|
||||
|
||||
2011-08-03 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* include/std/tuple: Mark more constructors constexpr.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2003, 2009 Free Software Foundation, Inc.
|
||||
// Copyright (C) 2003, 2009, 2011 Free Software Foundation, Inc.
|
||||
//
|
||||
// This file is part of the GNU ISO C++ Library. This library is free
|
||||
// software; you can redistribute it and/or modify it under the
|
||||
|
@ -15,7 +15,7 @@
|
|||
// with this library; see the file COPYING3. If not see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
#include <unistd.h>
|
||||
#include <cstdio>
|
||||
#include <fstream>
|
||||
#include <testsuite_performance.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2004, 2009 Free Software Foundation, Inc.
|
||||
// Copyright (C) 2004, 2009, 2011 Free Software Foundation, Inc.
|
||||
//
|
||||
// This file is part of the GNU ISO C++ Library. This library is free
|
||||
// software; you can redistribute it and/or modify it under the
|
||||
|
@ -15,7 +15,7 @@
|
|||
// with this library; see the file COPYING3. If not see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
#include <unistd.h>
|
||||
#include <cstdio>
|
||||
#include <fstream>
|
||||
#include <testsuite_performance.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2003, 2009 Free Software Foundation, Inc.
|
||||
// Copyright (C) 2003, 2009, 2011 Free Software Foundation, Inc.
|
||||
//
|
||||
// This file is part of the GNU ISO C++ Library. This library is free
|
||||
// software; you can redistribute it and/or modify it under the
|
||||
|
@ -15,7 +15,7 @@
|
|||
// with this library; see the file COPYING3. If not see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
#include <unistd.h>
|
||||
#include <fstream>
|
||||
#include <testsuite_performance.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2005, 2009 Free Software Foundation, Inc.
|
||||
// Copyright (C) 2005, 2009, 2011 Free Software Foundation, Inc.
|
||||
//
|
||||
// This file is part of the GNU ISO C++ Library. This library is free
|
||||
// software; you can redistribute it and/or modify it under the
|
||||
|
@ -15,7 +15,7 @@
|
|||
// with this library; see the file COPYING3. If not see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
#include <unistd.h>
|
||||
#include <cstdio>
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2004, 2009 Free Software Foundation, Inc.
|
||||
// Copyright (C) 2004, 2009, 2011 Free Software Foundation, Inc.
|
||||
//
|
||||
// This file is part of the GNU ISO C++ Library. This library is free
|
||||
// software; you can redistribute it and/or modify it under the
|
||||
|
@ -15,7 +15,7 @@
|
|||
// with this library; see the file COPYING3. If not see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
#include <unistd.h>
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
#include <testsuite_performance.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2003, 2009 Free Software Foundation, Inc.
|
||||
// Copyright (C) 2003, 2009, 2011 Free Software Foundation, Inc.
|
||||
//
|
||||
// This file is part of the GNU ISO C++ Library. This library is free
|
||||
// software; you can redistribute it and/or modify it under the
|
||||
|
@ -15,7 +15,7 @@
|
|||
// with this library; see the file COPYING3. If not see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
#include <unistd.h>
|
||||
#include <fstream>
|
||||
#include <testsuite_performance.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2004, 2009 Free Software Foundation, Inc.
|
||||
// Copyright (C) 2004, 2009, 2011 Free Software Foundation, Inc.
|
||||
//
|
||||
// This file is part of the GNU ISO C++ Library. This library is free
|
||||
// software; you can redistribute it and/or modify it under the
|
||||
|
@ -15,7 +15,7 @@
|
|||
// with this library; see the file COPYING3. If not see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
#include <unistd.h>
|
||||
#include <cstdio>
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2003, 2009 Free Software Foundation, Inc.
|
||||
// Copyright (C) 2003, 2009, 2011 Free Software Foundation, Inc.
|
||||
//
|
||||
// This file is part of the GNU ISO C++ Library. This library is free
|
||||
// software; you can redistribute it and/or modify it under the
|
||||
|
@ -15,7 +15,7 @@
|
|||
// with this library; see the file COPYING3. If not see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
#include <unistd.h>
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
#include <testsuite_performance.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2003, 2009 Free Software Foundation, Inc.
|
||||
// Copyright (C) 2003, 2009, 2011 Free Software Foundation, Inc.
|
||||
//
|
||||
// This file is part of the GNU ISO C++ Library. This library is free
|
||||
// software; you can redistribute it and/or modify it under the
|
||||
|
@ -15,7 +15,7 @@
|
|||
// with this library; see the file COPYING3. If not see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
#include <unistd.h>
|
||||
#include <fstream>
|
||||
#include <testsuite_performance.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue