Signed-off-by: Matthias Kretz <m.kretz@gsi.de>
libstdc++-v3/ChangeLog:
* include/experimental/bits/numeric_traits.h: Add include guard.
(cherry picked from commit
3cfe94ad28102618c14a91c0a83d9e5cc7df69d7)
// 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 {
#endif // __FINITE_MATH_ONLY__
} // namespace std
+#endif // _GLIBCXX_EXPERIMENTAL_BITS_NUMERIC_TRAITS_H