diff options
Diffstat (limited to 'libstdc++-v3/include/c/std_cassert.h')
| -rw-r--r-- | libstdc++-v3/include/c/std_cassert.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libstdc++-v3/include/c/std_cassert.h b/libstdc++-v3/include/c/std_cassert.h index 32928380ba3..9b2bb72beab 100644 --- a/libstdc++-v3/include/c/std_cassert.h +++ b/libstdc++-v3/include/c/std_cassert.h @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000 Free Software Foundation, Inc. +// Copyright (C) 2000, 2002 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 @@ -31,9 +31,8 @@ // ISO C++ 14882: 19.2 Assertions // -// Note: This is not a conforming implementation. - // No include guards on this header... #pragma GCC system_header -#include <assert.h> + +#include_next <assert.h> |

