Skip to content
Snippets Groups Projects
Commit ab10ed24 authored by bkoz's avatar bkoz
Browse files

2006-02-21 Benjamin Kosnik <bkoz@redhat.com>

	* include/c_std/cmath.tcc: Use _GLIBCXX_BEGIN_NAMESPACE,
	_GLIBCXX_END_NAMESPACE.



git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111357 138bc75d-0d04-0410-961f-82ee72b054a4
parent 10c73e3f
Branches
Tags
No related merge requests found
2006-02-21 Benjamin Kosnik <bkoz@redhat.com>
* include/c_std/cmath.tcc: Use _GLIBCXX_BEGIN_NAMESPACE,
_GLIBCXX_END_NAMESPACE.
2006-02-21 Benjamin Kosnik <bkoz@redhat.com> 2006-02-21 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/c++config: Simplify debug namespaces. * include/bits/c++config: Simplify debug namespaces.
......
// -*- C++ -*- C math library. // -*- C++ -*- C math library.
// Copyright (C) 2000, 2003, 2004 Free Software Foundation, Inc. // Copyright (C) 2000, 2003, 2004, 2006 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 // software; you can redistribute it and/or modify it under the
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
#ifndef _GLIBCXX_CMATH_TCC #ifndef _GLIBCXX_CMATH_TCC
#define _GLIBCXX_CMATH_TCC 1 #define _GLIBCXX_CMATH_TCC 1
namespace std _GLIBCXX_BEGIN_NAMESPACE(std)
{
template<typename _Tp> template<typename _Tp>
inline _Tp inline _Tp
__cmath_power(_Tp __x, unsigned int __n) __cmath_power(_Tp __x, unsigned int __n)
...@@ -49,6 +49,7 @@ namespace std ...@@ -49,6 +49,7 @@ namespace std
return __y; return __y;
} }
}
_GLIBCXX_END_NAMESPACE
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment