libstdc++: Add include guard to simd-internal header
Signed-off-by: Matthias Kretz <m.kretz@gsi.de> libstdc++-v3/ChangeLog: * include/experimental/bits/numeric_traits.h: Add include guard.
This commit is contained in:
parent
0fc7f3c6ad
commit
3cfe94ad28
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,9 @@
|
|||
// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
#ifndef _GLIBCXX_EXPERIMENTAL_BITS_NUMERIC_TRAITS_H
|
||||
#define _GLIBCXX_EXPERIMENTAL_BITS_NUMERIC_TRAITS_H
|
||||
|
||||
#include <type_traits>
|
||||
|
||||
namespace std {
|
||||
|
@ -565,3 +568,4 @@ template <>
|
|||
#endif // __FINITE_MATH_ONLY__
|
||||
|
||||
} // namespace std
|
||||
#endif // _GLIBCXX_EXPERIMENTAL_BITS_NUMERIC_TRAITS_H
|
||||
|
|
Loading…
Add table
Reference in a new issue