mirror of git://gcc.gnu.org/git/gcc.git
re PR libstdc++/52317 (incorrect FSF address)
2012-02-21 Paolo Carlini <paolo.carlini@oracle.com> PR libstdc++/52317 * python/Makefile.am: Update boilerplate license text to GPLv3. * include/profile/unordered_map: Likewise. * include/profile/set: Likewise. * include/profile/base.h: Likewise. * include/profile/impl/profiler_list_to_slist.h: Likewise. * include/profile/impl/profiler_container_size.h: Likewise. * include/profile/impl/profiler_vector_size.h: Likewise. * include/profile/impl/profiler_hash_func.h: Likewise. * include/profile/impl/profiler_trace.h: Likewise. * include/profile/impl/profiler_list_to_vector.h: Likewise. * include/profile/impl/profiler_vector_to_list.h: Likewise. * include/profile/impl/profiler.h: Likewise. * include/profile/impl/profiler_state.h: Likewise. * include/profile/impl/profiler_map_to_unordered_map.h: Likewise. * include/profile/impl/profiler_algos.h: Likewise. * include/profile/impl/profiler_hashtable_size.h: Likewise. * include/profile/impl/profiler_node.h: Likewise. * include/profile/vector: Likewise. * include/profile/unordered_set: Likewise. * include/profile/map.h: Likewise. * include/profile/map: Likewise. * testsuite/21_strings/basic_string/numeric_conversions/ wchar_t/dr1261.cc: Likewise. * testsuite/21_strings/basic_string/numeric_conversions/ char/dr1261.cc: Likewise. * testsuite/20_util/reference_wrapper/invoke-2.cc: Likewise. From-SVN: r184430
This commit is contained in:
parent
d1e4b49395
commit
4bee90f7bf
|
@ -1,3 +1,33 @@
|
||||||
|
2012-02-21 Paolo Carlini <paolo.carlini@oracle.com>
|
||||||
|
|
||||||
|
PR libstdc++/52317
|
||||||
|
* python/Makefile.am: Update boilerplate license text to GPLv3.
|
||||||
|
* include/profile/unordered_map: Likewise.
|
||||||
|
* include/profile/set: Likewise.
|
||||||
|
* include/profile/base.h: Likewise.
|
||||||
|
* include/profile/impl/profiler_list_to_slist.h: Likewise.
|
||||||
|
* include/profile/impl/profiler_container_size.h: Likewise.
|
||||||
|
* include/profile/impl/profiler_vector_size.h: Likewise.
|
||||||
|
* include/profile/impl/profiler_hash_func.h: Likewise.
|
||||||
|
* include/profile/impl/profiler_trace.h: Likewise.
|
||||||
|
* include/profile/impl/profiler_list_to_vector.h: Likewise.
|
||||||
|
* include/profile/impl/profiler_vector_to_list.h: Likewise.
|
||||||
|
* include/profile/impl/profiler.h: Likewise.
|
||||||
|
* include/profile/impl/profiler_state.h: Likewise.
|
||||||
|
* include/profile/impl/profiler_map_to_unordered_map.h: Likewise.
|
||||||
|
* include/profile/impl/profiler_algos.h: Likewise.
|
||||||
|
* include/profile/impl/profiler_hashtable_size.h: Likewise.
|
||||||
|
* include/profile/impl/profiler_node.h: Likewise.
|
||||||
|
* include/profile/vector: Likewise.
|
||||||
|
* include/profile/unordered_set: Likewise.
|
||||||
|
* include/profile/map.h: Likewise.
|
||||||
|
* include/profile/map: Likewise.
|
||||||
|
* testsuite/21_strings/basic_string/numeric_conversions/
|
||||||
|
wchar_t/dr1261.cc: Likewise.
|
||||||
|
* testsuite/21_strings/basic_string/numeric_conversions/
|
||||||
|
char/dr1261.cc: Likewise.
|
||||||
|
* testsuite/20_util/reference_wrapper/invoke-2.cc: Likewise.
|
||||||
|
|
||||||
2012-02-20 Paolo Carlini <paolo.carlini@oracle.com>
|
2012-02-20 Paolo Carlini <paolo.carlini@oracle.com>
|
||||||
|
|
||||||
PR libstdc++/52241
|
PR libstdc++/52241
|
||||||
|
|
|
@ -3,30 +3,19 @@
|
||||||
// Copyright (C) 2009, 2010 Free Software Foundation, Inc.
|
// Copyright (C) 2009, 2010 Free Software Foundation, Inc.
|
||||||
//
|
//
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// 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 terms
|
// software; you can redistribute it and/or modify it under the
|
||||||
// of the GNU General Public License as published by the Free Software
|
// terms of the GNU General Public License as published by the
|
||||||
// Foundation; either version 2, or (at your option) any later
|
// Free Software Foundation; either version 3, or (at your option)
|
||||||
// version.
|
// any later version.
|
||||||
|
//
|
||||||
// This library is distributed in the hope that it will be useful, but
|
// This library is distributed in the hope that it will be useful,
|
||||||
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
|
//
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License along
|
||||||
// along with this library; see the file COPYING. If not, write to
|
// with this library; see the file COPYING3. If not see
|
||||||
// the Free Software Foundation, 59 Temple Place - Suite 330, Boston,
|
// <http://www.gnu.org/licenses/>.
|
||||||
// MA 02111-1307, USA.
|
|
||||||
|
|
||||||
// As a special exception, you may use this file as part of a free
|
|
||||||
// software library without restriction. Specifically, if other files
|
|
||||||
// instantiate templates or use macros or inline functions from this
|
|
||||||
// file, or you compile this file and link it with other files to
|
|
||||||
// produce an executable, this file does not by itself cause the
|
|
||||||
// resulting executable to be covered by the GNU General Public
|
|
||||||
// License. This exception does not however invalidate any other
|
|
||||||
// reasons why the executable file might be covered by the GNU General
|
|
||||||
// Public License.
|
|
||||||
|
|
||||||
/** @file profile/base.h
|
/** @file profile/base.h
|
||||||
* @brief Sequential helper functions.
|
* @brief Sequential helper functions.
|
||||||
|
|
|
@ -3,30 +3,19 @@
|
||||||
// Copyright (C) 2009, 2010 Free Software Foundation, Inc.
|
// Copyright (C) 2009, 2010 Free Software Foundation, Inc.
|
||||||
//
|
//
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// 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 terms
|
// software; you can redistribute it and/or modify it under the
|
||||||
// of the GNU General Public License as published by the Free Software
|
// terms of the GNU General Public License as published by the
|
||||||
// Foundation; either version 2, or (at your option) any later
|
// Free Software Foundation; either version 3, or (at your option)
|
||||||
// version.
|
// any later version.
|
||||||
|
//
|
||||||
// This library is distributed in the hope that it will be useful, but
|
// This library is distributed in the hope that it will be useful,
|
||||||
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
|
//
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License along
|
||||||
// along with this library; see the file COPYING. If not, write to
|
// with this library; see the file COPYING3. If not see
|
||||||
// the Free Software Foundation, 59 Temple Place - Suite 330, Boston,
|
// <http://www.gnu.org/licenses/>.
|
||||||
// MA 02111-1307, USA.
|
|
||||||
|
|
||||||
// As a special exception, you may use this file as part of a free
|
|
||||||
// software library without restriction. Specifically, if other files
|
|
||||||
// instantiate templates or use macros or inline functions from this
|
|
||||||
// file, or you compile this file and link it with other files to
|
|
||||||
// produce an executable, this file does not by itself cause the
|
|
||||||
// resulting executable to be covered by the GNU General Public
|
|
||||||
// License. This exception does not however invalidate any other
|
|
||||||
// reasons why the executable file might be covered by the GNU General
|
|
||||||
// Public License.
|
|
||||||
|
|
||||||
/** @file profile/impl/profiler.h
|
/** @file profile/impl/profiler.h
|
||||||
* @brief Interface of the profiling runtime library.
|
* @brief Interface of the profiling runtime library.
|
||||||
|
|
|
@ -3,30 +3,19 @@
|
||||||
// Copyright (C) 2010 Free Software Foundation, Inc.
|
// Copyright (C) 2010 Free Software Foundation, Inc.
|
||||||
//
|
//
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// 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 terms
|
// software; you can redistribute it and/or modify it under the
|
||||||
// of the GNU General Public License as published by the Free Software
|
// terms of the GNU General Public License as published by the
|
||||||
// Foundation; either version 2, or (at your option) any later
|
// Free Software Foundation; either version 3, or (at your option)
|
||||||
// version.
|
// any later version.
|
||||||
|
//
|
||||||
// This library is distributed in the hope that it will be useful, but
|
// This library is distributed in the hope that it will be useful,
|
||||||
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
|
//
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License along
|
||||||
// along with this library; see the file COPYING. If not, write to
|
// with this library; see the file COPYING3. If not see
|
||||||
// the Free Software Foundation, 59 Temple Place - Suite 330, Boston,
|
// <http://www.gnu.org/licenses/>.
|
||||||
// MA 02111-1307, USA.
|
|
||||||
|
|
||||||
// As a special exception, you may use this file as part of a free
|
|
||||||
// software library without restriction. Specifically, if other files
|
|
||||||
// instantiate templates or use macros or inline functions from this
|
|
||||||
// file, or you compile this file and link it with other files to
|
|
||||||
// produce an executable, this file does not by itself cause the
|
|
||||||
// resulting executable to be covered by the GNU General Public
|
|
||||||
// License. This exception does not however invalidate any other
|
|
||||||
// reasons why the executable file might be covered by the GNU General
|
|
||||||
// Public License.
|
|
||||||
|
|
||||||
/** @file profile/impl/profiler_algos.h
|
/** @file profile/impl/profiler_algos.h
|
||||||
* @brief Algorithms used by the profile extension.
|
* @brief Algorithms used by the profile extension.
|
||||||
|
|
|
@ -3,30 +3,19 @@
|
||||||
// Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
|
// Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
//
|
//
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// 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 terms
|
// software; you can redistribute it and/or modify it under the
|
||||||
// of the GNU General Public License as published by the Free Software
|
// terms of the GNU General Public License as published by the
|
||||||
// Foundation; either version 2, or (at your option) any later
|
// Free Software Foundation; either version 3, or (at your option)
|
||||||
// version.
|
// any later version.
|
||||||
|
//
|
||||||
// This library is distributed in the hope that it will be useful, but
|
// This library is distributed in the hope that it will be useful,
|
||||||
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
|
//
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License along
|
||||||
// along with this library; see the file COPYING. If not, write to
|
// with this library; see the file COPYING3. If not see
|
||||||
// the Free Software Foundation, 59 Temple Place - Suite 330, Boston,
|
// <http://www.gnu.org/licenses/>.
|
||||||
// MA 02111-1307, USA.
|
|
||||||
|
|
||||||
// As a special exception, you may use this file as part of a free
|
|
||||||
// software library without restriction. Specifically, if other files
|
|
||||||
// instantiate templates or use macros or inline functions from this
|
|
||||||
// file, or you compile this file and link it with other files to
|
|
||||||
// produce an executable, this file does not by itself cause the
|
|
||||||
// resulting executable to be covered by the GNU General Public
|
|
||||||
// License. This exception does not however invalidate any other
|
|
||||||
// reasons why the executable file might be covered by the GNU General
|
|
||||||
// Public License.
|
|
||||||
|
|
||||||
/** @file profile/impl/profiler_container_size.h
|
/** @file profile/impl/profiler_container_size.h
|
||||||
* @brief Diagnostics for container sizes.
|
* @brief Diagnostics for container sizes.
|
||||||
|
|
|
@ -3,30 +3,19 @@
|
||||||
// Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
|
// Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
//
|
//
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// 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 terms
|
// software; you can redistribute it and/or modify it under the
|
||||||
// of the GNU General Public License as published by the Free Software
|
// terms of the GNU General Public License as published by the
|
||||||
// Foundation; either version 2, or (at your option) any later
|
// Free Software Foundation; either version 3, or (at your option)
|
||||||
// version.
|
// any later version.
|
||||||
|
//
|
||||||
// This library is distributed in the hope that it will be useful, but
|
// This library is distributed in the hope that it will be useful,
|
||||||
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
|
//
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License along
|
||||||
// along with this library; see the file COPYING. If not, write to
|
// with this library; see the file COPYING3. If not see
|
||||||
// the Free Software Foundation, 59 Temple Place - Suite 330, Boston,
|
// <http://www.gnu.org/licenses/>.
|
||||||
// MA 02111-1307, USA.
|
|
||||||
|
|
||||||
// As a special exception, you may use this file as part of a free
|
|
||||||
// software library without restriction. Specifically, if other files
|
|
||||||
// instantiate templates or use macros or inline functions from this
|
|
||||||
// file, or you compile this file and link it with other files to
|
|
||||||
// produce an executable, this file does not by itself cause the
|
|
||||||
// resulting executable to be covered by the GNU General Public
|
|
||||||
// License. This exception does not however invalidate any other
|
|
||||||
// reasons why the executable file might be covered by the GNU General
|
|
||||||
// Public License.
|
|
||||||
|
|
||||||
/** @file profile/impl/profiler_hash_func.h
|
/** @file profile/impl/profiler_hash_func.h
|
||||||
* @brief Data structures to represent profiling traces.
|
* @brief Data structures to represent profiling traces.
|
||||||
|
|
|
@ -3,30 +3,19 @@
|
||||||
// Copyright (C) 2009, 2010 Free Software Foundation, Inc.
|
// Copyright (C) 2009, 2010 Free Software Foundation, Inc.
|
||||||
//
|
//
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// 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 terms
|
// software; you can redistribute it and/or modify it under the
|
||||||
// of the GNU General Public License as published by the Free Software
|
// terms of the GNU General Public License as published by the
|
||||||
// Foundation; either version 2, or (at your option) any later
|
// Free Software Foundation; either version 3, or (at your option)
|
||||||
// version.
|
// any later version.
|
||||||
|
//
|
||||||
// This library is distributed in the hope that it will be useful, but
|
// This library is distributed in the hope that it will be useful,
|
||||||
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
|
//
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License along
|
||||||
// along with this library; see the file COPYING. If not, write to
|
// with this library; see the file COPYING3. If not see
|
||||||
// the Free Software Foundation, 59 Temple Place - Suite 330, Boston,
|
// <http://www.gnu.org/licenses/>.
|
||||||
// MA 02111-1307, USA.
|
|
||||||
|
|
||||||
// As a special exception, you may use this file as part of a free
|
|
||||||
// software library without restriction. Specifically, if other files
|
|
||||||
// instantiate templates or use macros or inline functions from this
|
|
||||||
// file, or you compile this file and link it with other files to
|
|
||||||
// produce an executable, this file does not by itself cause the
|
|
||||||
// resulting executable to be covered by the GNU General Public
|
|
||||||
// License. This exception does not however invalidate any other
|
|
||||||
// reasons why the executable file might be covered by the GNU General
|
|
||||||
// Public License.
|
|
||||||
|
|
||||||
/** @file profile/impl/profiler_hashtable_size.h
|
/** @file profile/impl/profiler_hashtable_size.h
|
||||||
* @brief Collection of hashtable size traces.
|
* @brief Collection of hashtable size traces.
|
||||||
|
|
|
@ -3,30 +3,19 @@
|
||||||
// Copyright (C) 2009, 2010 Free Software Foundation, Inc.
|
// Copyright (C) 2009, 2010 Free Software Foundation, Inc.
|
||||||
//
|
//
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// 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 terms
|
// software; you can redistribute it and/or modify it under the
|
||||||
// of the GNU General Public License as published by the Free Software
|
// terms of the GNU General Public License as published by the
|
||||||
// Foundation; either version 2, or (at your option) any later
|
// Free Software Foundation; either version 3, or (at your option)
|
||||||
// version.
|
// any later version.
|
||||||
|
//
|
||||||
// This library is distributed in the hope that it will be useful, but
|
// This library is distributed in the hope that it will be useful,
|
||||||
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
|
//
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License along
|
||||||
// along with this library; see the file COPYING. If not, write to
|
// with this library; see the file COPYING3. If not see
|
||||||
// the Free Software Foundation, 59 Temple Place - Suite 330, Boston,
|
// <http://www.gnu.org/licenses/>.
|
||||||
// MA 02111-1307, USA.
|
|
||||||
|
|
||||||
// As a special exception, you may use this file as part of a free
|
|
||||||
// software library without restriction. Specifically, if other files
|
|
||||||
// instantiate templates or use macros or inline functions from this
|
|
||||||
// file, or you compile this file and link it with other files to
|
|
||||||
// produce an executable, this file does not by itself cause the
|
|
||||||
// resulting executable to be covered by the GNU General Public
|
|
||||||
// License. This exception does not however invalidate any other
|
|
||||||
// reasons why the executable file might be covered by the GNU General
|
|
||||||
// Public License.
|
|
||||||
|
|
||||||
/** @file profile/impl/profiler_list_to_slist.h
|
/** @file profile/impl/profiler_list_to_slist.h
|
||||||
* @brief Diagnostics for list to slist.
|
* @brief Diagnostics for list to slist.
|
||||||
|
|
|
@ -3,30 +3,19 @@
|
||||||
// Copyright (C) 2009, 2010 Free Software Foundation, Inc.
|
// Copyright (C) 2009, 2010 Free Software Foundation, Inc.
|
||||||
//
|
//
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// 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 terms
|
// software; you can redistribute it and/or modify it under the
|
||||||
// of the GNU General Public License as published by the Free Software
|
// terms of the GNU General Public License as published by the
|
||||||
// Foundation; either version 2, or (at your option) any later
|
// Free Software Foundation; either version 3, or (at your option)
|
||||||
// version.
|
// any later version.
|
||||||
|
//
|
||||||
// This library is distributed in the hope that it will be useful, but
|
// This library is distributed in the hope that it will be useful,
|
||||||
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
|
//
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License along
|
||||||
// along with this library; see the file COPYING. If not, write to
|
// with this library; see the file COPYING3. If not see
|
||||||
// the Free Software Foundation, 59 Temple Place - Suite 330, Boston,
|
// <http://www.gnu.org/licenses/>.
|
||||||
// MA 02111-1307, USA.
|
|
||||||
|
|
||||||
// As a special exception, you may use this file as part of a free
|
|
||||||
// software library without restriction. Specifically, if other files
|
|
||||||
// instantiate templates or use macros or inline functions from this
|
|
||||||
// file, or you compile this file and link it with other files to
|
|
||||||
// produce an executable, this file does not by itself cause the
|
|
||||||
// resulting executable to be covered by the GNU General Public
|
|
||||||
// License. This exception does not however invalidate any other
|
|
||||||
// reasons why the executable file might be covered by the GNU General
|
|
||||||
// Public License.
|
|
||||||
|
|
||||||
/** @file profile/impl/profiler_list_to_vector.h
|
/** @file profile/impl/profiler_list_to_vector.h
|
||||||
* @brief diagnostics for list to vector.
|
* @brief diagnostics for list to vector.
|
||||||
|
|
|
@ -3,30 +3,19 @@
|
||||||
// Copyright (C) 2009, 2010 Free Software Foundation, Inc.
|
// Copyright (C) 2009, 2010 Free Software Foundation, Inc.
|
||||||
//
|
//
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// 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 terms
|
// software; you can redistribute it and/or modify it under the
|
||||||
// of the GNU General Public License as published by the Free Software
|
// terms of the GNU General Public License as published by the
|
||||||
// Foundation; either version 2, or (at your option) any later
|
// Free Software Foundation; either version 3, or (at your option)
|
||||||
// version.
|
// any later version.
|
||||||
|
//
|
||||||
// This library is distributed in the hope that it will be useful, but
|
// This library is distributed in the hope that it will be useful,
|
||||||
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
|
//
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License along
|
||||||
// along with this library; see the file COPYING. If not, write to
|
// with this library; see the file COPYING3. If not see
|
||||||
// the Free Software Foundation, 59 Temple Place - Suite 330, Boston,
|
// <http://www.gnu.org/licenses/>.
|
||||||
// MA 02111-1307, USA.
|
|
||||||
|
|
||||||
// As a special exception, you may use this file as part of a free
|
|
||||||
// software library without restriction. Specifically, if other files
|
|
||||||
// instantiate templates or use macros or inline functions from this
|
|
||||||
// file, or you compile this file and link it with other files to
|
|
||||||
// produce an executable, this file does not by itself cause the
|
|
||||||
// resulting executable to be covered by the GNU General Public
|
|
||||||
// License. This exception does not however invalidate any other
|
|
||||||
// reasons why the executable file might be covered by the GNU General
|
|
||||||
// Public License.
|
|
||||||
|
|
||||||
/** @file profile/impl/profiler_map_to_unordered_map.h
|
/** @file profile/impl/profiler_map_to_unordered_map.h
|
||||||
* @brief Diagnostics for map to unordered_map.
|
* @brief Diagnostics for map to unordered_map.
|
||||||
|
|
|
@ -3,30 +3,19 @@
|
||||||
// Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
|
// Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
//
|
//
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// 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 terms
|
// software; you can redistribute it and/or modify it under the
|
||||||
// of the GNU General Public License as published by the Free Software
|
// terms of the GNU General Public License as published by the
|
||||||
// Foundation; either version 2, or (at your option) any later
|
// Free Software Foundation; either version 3, or (at your option)
|
||||||
// version.
|
// any later version.
|
||||||
|
//
|
||||||
// This library is distributed in the hope that it will be useful, but
|
// This library is distributed in the hope that it will be useful,
|
||||||
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
|
//
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License along
|
||||||
// along with this library; see the file COPYING. If not, write to
|
// with this library; see the file COPYING3. If not see
|
||||||
// the Free Software Foundation, 59 Temple Place - Suite 330, Boston,
|
// <http://www.gnu.org/licenses/>.
|
||||||
// MA 02111-1307, USA.
|
|
||||||
|
|
||||||
// As a special exception, you may use this file as part of a free
|
|
||||||
// software library without restriction. Specifically, if other files
|
|
||||||
// instantiate templates or use macros or inline functions from this
|
|
||||||
// file, or you compile this file and link it with other files to
|
|
||||||
// produce an executable, this file does not by itself cause the
|
|
||||||
// resulting executable to be covered by the GNU General Public
|
|
||||||
// License. This exception does not however invalidate any other
|
|
||||||
// reasons why the executable file might be covered by the GNU General
|
|
||||||
// Public License.
|
|
||||||
|
|
||||||
/** @file profile/impl/profiler_node.h
|
/** @file profile/impl/profiler_node.h
|
||||||
* @brief Data structures to represent a single profiling event.
|
* @brief Data structures to represent a single profiling event.
|
||||||
|
|
|
@ -3,30 +3,19 @@
|
||||||
// Copyright (C) 2009, 2010, 2012 Free Software Foundation, Inc.
|
// Copyright (C) 2009, 2010, 2012 Free Software Foundation, Inc.
|
||||||
//
|
//
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// 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 terms
|
// software; you can redistribute it and/or modify it under the
|
||||||
// of the GNU General Public License as published by the Free Software
|
// terms of the GNU General Public License as published by the
|
||||||
// Foundation; either version 2, or (at your option) any later
|
// Free Software Foundation; either version 3, or (at your option)
|
||||||
// version.
|
// any later version.
|
||||||
|
//
|
||||||
// This library is distributed in the hope that it will be useful, but
|
// This library is distributed in the hope that it will be useful,
|
||||||
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
|
//
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License along
|
||||||
// along with this library; see the file COPYING. If not, write to
|
// with this library; see the file COPYING3. If not see
|
||||||
// the Free Software Foundation, 59 Temple Place - Suite 330, Boston,
|
// <http://www.gnu.org/licenses/>.
|
||||||
// MA 02111-1307, USA.
|
|
||||||
|
|
||||||
// As a special exception, you may use this file as part of a free
|
|
||||||
// software library without restriction. Specifically, if other files
|
|
||||||
// instantiate templates or use macros or inline functions from this
|
|
||||||
// file, or you compile this file and link it with other files to
|
|
||||||
// produce an executable, this file does not by itself cause the
|
|
||||||
// resulting executable to be covered by the GNU General Public
|
|
||||||
// License. This exception does not however invalidate any other
|
|
||||||
// reasons why the executable file might be covered by the GNU General
|
|
||||||
// Public License.
|
|
||||||
|
|
||||||
/** @file profile/impl/profiler_state.h
|
/** @file profile/impl/profiler_state.h
|
||||||
* @brief Global profiler state.
|
* @brief Global profiler state.
|
||||||
|
|
|
@ -3,30 +3,19 @@
|
||||||
// Copyright (C) 2009, 2010 Free Software Foundation, Inc.
|
// Copyright (C) 2009, 2010 Free Software Foundation, Inc.
|
||||||
//
|
//
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// 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 terms
|
// software; you can redistribute it and/or modify it under the
|
||||||
// of the GNU General Public License as published by the Free Software
|
// terms of the GNU General Public License as published by the
|
||||||
// Foundation; either version 2, or (at your option) any later
|
// Free Software Foundation; either version 3, or (at your option)
|
||||||
// version.
|
// any later version.
|
||||||
|
//
|
||||||
// This library is distributed in the hope that it will be useful, but
|
// This library is distributed in the hope that it will be useful,
|
||||||
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
|
//
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License along
|
||||||
// along with this library; see the file COPYING. If not, write to
|
// with this library; see the file COPYING3. If not see
|
||||||
// the Free Software Foundation, 59 Temple Place - Suite 330, Boston,
|
// <http://www.gnu.org/licenses/>.
|
||||||
// MA 02111-1307, USA.
|
|
||||||
|
|
||||||
// As a special exception, you may use this file as part of a free
|
|
||||||
// software library without restriction. Specifically, if other files
|
|
||||||
// instantiate templates or use macros or inline functions from this
|
|
||||||
// file, or you compile this file and link it with other files to
|
|
||||||
// produce an executable, this file does not by itself cause the
|
|
||||||
// resulting executable to be covered by the GNU General Public
|
|
||||||
// License. This exception does not however invalidate any other
|
|
||||||
// reasons why the executable file might be covered by the GNU General
|
|
||||||
// Public License.
|
|
||||||
|
|
||||||
/** @file profile/impl/profiler_trace.h
|
/** @file profile/impl/profiler_trace.h
|
||||||
* @brief Data structures to represent profiling traces.
|
* @brief Data structures to represent profiling traces.
|
||||||
|
|
|
@ -3,30 +3,19 @@
|
||||||
// Copyright (C) 2009, 2010 Free Software Foundation, Inc.
|
// Copyright (C) 2009, 2010 Free Software Foundation, Inc.
|
||||||
//
|
//
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// 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 terms
|
// software; you can redistribute it and/or modify it under the
|
||||||
// of the GNU General Public License as published by the Free Software
|
// terms of the GNU General Public License as published by the
|
||||||
// Foundation; either version 2, or (at your option) any later
|
// Free Software Foundation; either version 3, or (at your option)
|
||||||
// version.
|
// any later version.
|
||||||
|
//
|
||||||
// This library is distributed in the hope that it will be useful, but
|
// This library is distributed in the hope that it will be useful,
|
||||||
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
|
//
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License along
|
||||||
// along with this library; see the file COPYING. If not, write to
|
// with this library; see the file COPYING3. If not see
|
||||||
// the Free Software Foundation, 59 Temple Place - Suite 330, Boston,
|
// <http://www.gnu.org/licenses/>.
|
||||||
// MA 02111-1307, USA.
|
|
||||||
|
|
||||||
// As a special exception, you may use this file as part of a free
|
|
||||||
// software library without restriction. Specifically, if other files
|
|
||||||
// instantiate templates or use macros or inline functions from this
|
|
||||||
// file, or you compile this file and link it with other files to
|
|
||||||
// produce an executable, this file does not by itself cause the
|
|
||||||
// resulting executable to be covered by the GNU General Public
|
|
||||||
// License. This exception does not however invalidate any other
|
|
||||||
// reasons why the executable file might be covered by the GNU General
|
|
||||||
// Public License.
|
|
||||||
|
|
||||||
/** @file profile/impl/profiler_vector_size.h
|
/** @file profile/impl/profiler_vector_size.h
|
||||||
* @brief Collection of vector size traces.
|
* @brief Collection of vector size traces.
|
||||||
|
|
|
@ -3,30 +3,19 @@
|
||||||
// Copyright (C) 2009, 2010 Free Software Foundation, Inc.
|
// Copyright (C) 2009, 2010 Free Software Foundation, Inc.
|
||||||
//
|
//
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// 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 terms
|
// software; you can redistribute it and/or modify it under the
|
||||||
// of the GNU General Public License as published by the Free Software
|
// terms of the GNU General Public License as published by the
|
||||||
// Foundation; either version 2, or (at your option) any later
|
// Free Software Foundation; either version 3, or (at your option)
|
||||||
// version.
|
// any later version.
|
||||||
|
//
|
||||||
// This library is distributed in the hope that it will be useful, but
|
// This library is distributed in the hope that it will be useful,
|
||||||
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
|
//
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License along
|
||||||
// along with this library; see the file COPYING. If not, write to
|
// with this library; see the file COPYING3. If not see
|
||||||
// the Free Software Foundation, 59 Temple Place - Suite 330, Boston,
|
// <http://www.gnu.org/licenses/>.
|
||||||
// MA 02111-1307, USA.
|
|
||||||
|
|
||||||
// As a special exception, you may use this file as part of a free
|
|
||||||
// software library without restriction. Specifically, if other files
|
|
||||||
// instantiate templates or use macros or inline functions from this
|
|
||||||
// file, or you compile this file and link it with other files to
|
|
||||||
// produce an executable, this file does not by itself cause the
|
|
||||||
// resulting executable to be covered by the GNU General Public
|
|
||||||
// License. This exception does not however invalidate any other
|
|
||||||
// reasons why the executable file might be covered by the GNU General
|
|
||||||
// Public License.
|
|
||||||
|
|
||||||
/** @file profile/impl/profiler_vector_to_list.h
|
/** @file profile/impl/profiler_vector_to_list.h
|
||||||
* @brief diagnostics for vector to list.
|
* @brief diagnostics for vector to list.
|
||||||
|
|
|
@ -5,27 +5,17 @@
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// 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
|
// software; you can redistribute it and/or modify it under the
|
||||||
// terms of the GNU General Public License as published by the
|
// terms of the GNU General Public License as published by the
|
||||||
// Free Software Foundation; either version 2, or (at your option)
|
// Free Software Foundation; either version 3, or (at your option)
|
||||||
// any later version.
|
// any later version.
|
||||||
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
|
//
|
||||||
// You should have received a copy of the GNU General Public License along
|
// You should have received a copy of the GNU General Public License along
|
||||||
// with this library; see the file COPYING. If not, write to the Free
|
// with this library; see the file COPYING3. If not see
|
||||||
// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
|
// <http://www.gnu.org/licenses/>.
|
||||||
// USA.
|
|
||||||
|
|
||||||
// As a special exception, you may use this file as part of a free software
|
|
||||||
// library without restriction. Specifically, if other files instantiate
|
|
||||||
// templates or use macros or inline functions from this file, or you compile
|
|
||||||
// this file and link it with other files to produce an executable, this
|
|
||||||
// file does not by itself cause the resulting executable to be covered by
|
|
||||||
// the GNU General Public License. This exception does not however
|
|
||||||
// invalidate any other reasons why the executable file might be covered by
|
|
||||||
// the GNU General Public License.
|
|
||||||
|
|
||||||
/** @file profile/map
|
/** @file profile/map
|
||||||
* This file is a GNU profile extension to the Standard C++ Library.
|
* This file is a GNU profile extension to the Standard C++ Library.
|
||||||
|
|
|
@ -5,27 +5,17 @@
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// 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
|
// software; you can redistribute it and/or modify it under the
|
||||||
// terms of the GNU General Public License as published by the
|
// terms of the GNU General Public License as published by the
|
||||||
// Free Software Foundation; either version 2, or (at your option)
|
// Free Software Foundation; either version 3, or (at your option)
|
||||||
// any later version.
|
// any later version.
|
||||||
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
|
//
|
||||||
// You should have received a copy of the GNU General Public License along
|
// You should have received a copy of the GNU General Public License along
|
||||||
// with this library; see the file COPYING. If not, write to the Free
|
// with this library; see the file COPYING3. If not see
|
||||||
// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
|
// <http://www.gnu.org/licenses/>.
|
||||||
// USA.
|
|
||||||
|
|
||||||
// As a special exception, you may use this file as part of a free software
|
|
||||||
// library without restriction. Specifically, if other files instantiate
|
|
||||||
// templates or use macros or inline functions from this file, or you compile
|
|
||||||
// this file and link it with other files to produce an executable, this
|
|
||||||
// file does not by itself cause the resulting executable to be covered by
|
|
||||||
// the GNU General Public License. This exception does not however
|
|
||||||
// invalidate any other reasons why the executable file might be covered by
|
|
||||||
// the GNU General Public License.
|
|
||||||
|
|
||||||
/** @file profile/map.h
|
/** @file profile/map.h
|
||||||
* This file is a GNU profile extension to the Standard C++ Library.
|
* This file is a GNU profile extension to the Standard C++ Library.
|
||||||
|
|
|
@ -5,27 +5,17 @@
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// 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
|
// software; you can redistribute it and/or modify it under the
|
||||||
// terms of the GNU General Public License as published by the
|
// terms of the GNU General Public License as published by the
|
||||||
// Free Software Foundation; either version 2, or (at your option)
|
// Free Software Foundation; either version 3, or (at your option)
|
||||||
// any later version.
|
// any later version.
|
||||||
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
|
//
|
||||||
// You should have received a copy of the GNU General Public License along
|
// You should have received a copy of the GNU General Public License along
|
||||||
// with this library; see the file COPYING. If not, write to the Free
|
// with this library; see the file COPYING3. If not see
|
||||||
// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
|
// <http://www.gnu.org/licenses/>.
|
||||||
// USA.
|
|
||||||
|
|
||||||
// As a special exception, you may use this file as part of a free software
|
|
||||||
// library without restriction. Specifically, if other files instantiate
|
|
||||||
// templates or use macros or inline functions from this file, or you compile
|
|
||||||
// this file and link it with other files to produce an executable, this
|
|
||||||
// file does not by itself cause the resulting executable to be covered by
|
|
||||||
// the GNU General Public License. This exception does not however
|
|
||||||
// invalidate any other reasons why the executable file might be covered by
|
|
||||||
// the GNU General Public License.
|
|
||||||
|
|
||||||
/** @file profile/set
|
/** @file profile/set
|
||||||
* This file is a GNU profile extension to the Standard C++ Library.
|
* This file is a GNU profile extension to the Standard C++ Library.
|
||||||
|
|
|
@ -5,27 +5,17 @@
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// 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
|
// software; you can redistribute it and/or modify it under the
|
||||||
// terms of the GNU General Public License as published by the
|
// terms of the GNU General Public License as published by the
|
||||||
// Free Software Foundation; either version 2, or (at your option)
|
// Free Software Foundation; either version 3, or (at your option)
|
||||||
// any later version.
|
// any later version.
|
||||||
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
|
//
|
||||||
// You should have received a copy of the GNU General Public License along
|
// You should have received a copy of the GNU General Public License along
|
||||||
// with this library; see the file COPYING. If not, write to the Free
|
// with this library; see the file COPYING3. If not see
|
||||||
// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
|
// <http://www.gnu.org/licenses/>.
|
||||||
// USA.
|
|
||||||
|
|
||||||
// As a special exception, you may use this file as part of a free software
|
|
||||||
// library without restriction. Specifically, if other files instantiate
|
|
||||||
// templates or use macros or inline functions from this file, or you compile
|
|
||||||
// this file and link it with other files to produce an executable, this
|
|
||||||
// file does not by itself cause the resulting executable to be covered by
|
|
||||||
// the GNU General Public License. This exception does not however
|
|
||||||
// invalidate any other reasons why the executable file might be covered by
|
|
||||||
// the GNU General Public License.
|
|
||||||
|
|
||||||
/** @file profile/unordered_map
|
/** @file profile/unordered_map
|
||||||
* This file is a GNU profile extension to the Standard C++ Library.
|
* This file is a GNU profile extension to the Standard C++ Library.
|
||||||
|
|
|
@ -5,27 +5,17 @@
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// 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
|
// software; you can redistribute it and/or modify it under the
|
||||||
// terms of the GNU General Public License as published by the
|
// terms of the GNU General Public License as published by the
|
||||||
// Free Software Foundation; either version 2, or (at your option)
|
// Free Software Foundation; either version 3, or (at your option)
|
||||||
// any later version.
|
// any later version.
|
||||||
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
|
//
|
||||||
// You should have received a copy of the GNU General Public License along
|
// You should have received a copy of the GNU General Public License along
|
||||||
// with this library; see the file COPYING. If not, write to the Free
|
// with this library; see the file COPYING3. If not see
|
||||||
// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
|
// <http://www.gnu.org/licenses/>.
|
||||||
// USA.
|
|
||||||
|
|
||||||
// As a special exception, you may use this file as part of a free software
|
|
||||||
// library without restriction. Specifically, if other files instantiate
|
|
||||||
// templates or use macros or inline functions from this file, or you compile
|
|
||||||
// this file and link it with other files to produce an executable, this
|
|
||||||
// file does not by itself cause the resulting executable to be covered by
|
|
||||||
// the GNU General Public License. This exception does not however
|
|
||||||
// invalidate any other reasons why the executable file might be covered by
|
|
||||||
// the GNU General Public License.
|
|
||||||
|
|
||||||
/** @file profile/unordered_set
|
/** @file profile/unordered_set
|
||||||
* This file is a GNU profile extension to the Standard C++ Library.
|
* This file is a GNU profile extension to the Standard C++ Library.
|
||||||
|
|
|
@ -5,27 +5,17 @@
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// 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
|
// software; you can redistribute it and/or modify it under the
|
||||||
// terms of the GNU General Public License as published by the
|
// terms of the GNU General Public License as published by the
|
||||||
// Free Software Foundation; either version 2, or (at your option)
|
// Free Software Foundation; either version 3, or (at your option)
|
||||||
// any later version.
|
// any later version.
|
||||||
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
|
//
|
||||||
// You should have received a copy of the GNU General Public License along
|
// You should have received a copy of the GNU General Public License along
|
||||||
// with this library; see the file COPYING. If not, write to the Free
|
// with this library; see the file COPYING3. If not see
|
||||||
// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
|
// <http://www.gnu.org/licenses/>.
|
||||||
// USA.
|
|
||||||
|
|
||||||
// As a special exception, you may use this file as part of a free software
|
|
||||||
// library without restriction. Specifically, if other files instantiate
|
|
||||||
// templates or use macros or inline functions from this file, or you compile
|
|
||||||
// this file and link it with other files to produce an executable, this
|
|
||||||
// file does not by itself cause the resulting executable to be covered by
|
|
||||||
// the GNU General Public License. This exception does not however
|
|
||||||
// invalidate any other reasons why the executable file might be covered by
|
|
||||||
// the GNU General Public License.
|
|
||||||
|
|
||||||
/** @file profile/vector
|
/** @file profile/vector
|
||||||
* This file is a GNU profile extension to the Standard C++ Library.
|
* This file is a GNU profile extension to the Standard C++ Library.
|
||||||
|
|
|
@ -8,18 +8,17 @@
|
||||||
## This file is part of the GNU ISO C++ Library. This library is free
|
## 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
|
## software; you can redistribute it and/or modify it under the
|
||||||
## terms of the GNU General Public License as published by the
|
## terms of the GNU General Public License as published by the
|
||||||
## Free Software Foundation; either version 2, or (at your option)
|
## Free Software Foundation; either version 3, or (at your option)
|
||||||
## any later version.
|
## any later version.
|
||||||
|
##
|
||||||
## This library is distributed in the hope that it will be useful,
|
## This library is distributed in the hope that it will be useful,
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## GNU General Public License for more details.
|
## GNU General Public License for more details.
|
||||||
|
##
|
||||||
## You should have received a copy of the GNU General Public License along
|
## You should have received a copy of the GNU General Public License along
|
||||||
## with this library; see the file COPYING. If not, write to the Free
|
## with this library; see the file COPYING3. If not see
|
||||||
## Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
|
## <http://www.gnu.org/licenses/>.
|
||||||
## USA.
|
|
||||||
|
|
||||||
include $(top_srcdir)/fragment.am
|
include $(top_srcdir)/fragment.am
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// 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
|
// software; you can redistribute it and/or modify it under the
|
||||||
// terms of the GNU General Public License as published by the
|
// terms of the GNU General Public License as published by the
|
||||||
// Free Software Foundation; either version 2, or (at your option)
|
// Free Software Foundation; either version 3, or (at your option)
|
||||||
// any later version.
|
// any later version.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
|
@ -14,9 +14,8 @@
|
||||||
// GNU General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along
|
// You should have received a copy of the GNU General Public License along
|
||||||
// with this library; see the file COPYING. If not, write to the Free
|
// with this library; see the file COPYING3. If not see
|
||||||
// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
|
// <http://www.gnu.org/licenses/>.
|
||||||
// USA.
|
|
||||||
|
|
||||||
// 20.6.4 function object return types [func.ret]
|
// 20.6.4 function object return types [func.ret]
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|
|
@ -8,18 +8,17 @@
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// 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
|
// software; you can redistribute it and/or modify it under the
|
||||||
// terms of the GNU General Public License as published by the
|
// terms of the GNU General Public License as published by the
|
||||||
// Free Software Foundation; either version 2, or (at your option)
|
// Free Software Foundation; either version 3, or (at your option)
|
||||||
// any later version.
|
// any later version.
|
||||||
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
|
//
|
||||||
// You should have received a copy of the GNU General Public License along
|
// You should have received a copy of the GNU General Public License along
|
||||||
// with this library; see the file COPYING. If not, write to the Free
|
// with this library; see the file COPYING3. If not see
|
||||||
// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
// <http://www.gnu.org/licenses/>.
|
||||||
// USA.
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <testsuite_hooks.h>
|
#include <testsuite_hooks.h>
|
||||||
|
|
|
@ -8,18 +8,17 @@
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// 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
|
// software; you can redistribute it and/or modify it under the
|
||||||
// terms of the GNU General Public License as published by the
|
// terms of the GNU General Public License as published by the
|
||||||
// Free Software Foundation; either version 2, or (at your option)
|
// Free Software Foundation; either version 3, or (at your option)
|
||||||
// any later version.
|
// any later version.
|
||||||
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
// GNU General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
|
//
|
||||||
// You should have received a copy of the GNU General Public License along
|
// You should have received a copy of the GNU General Public License along
|
||||||
// with this library; see the file COPYING. If not, write to the Free
|
// with this library; see the file COPYING3. If not see
|
||||||
// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
// <http://www.gnu.org/licenses/>.
|
||||||
// USA.
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <testsuite_hooks.h>
|
#include <testsuite_hooks.h>
|
||||||
|
|
Loading…
Reference in New Issue