atomicity.h: Add #pragma GCC system_header.
2013-08-07 Paolo Carlini <paolo.carlini@oracle.com> * include/ext/atomicity.h: Add #pragma GCC system_header. From-SVN: r201567
This commit is contained in:
parent
fd6eea0c63
commit
aeb1f2be12
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-08-07 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* include/ext/atomicity.h: Add #pragma GCC system_header.
|
||||
|
||||
2013-08-07 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
PR libstdc++/58098
|
||||
|
|
|
@ -29,6 +29,8 @@
|
|||
#ifndef _GLIBCXX_ATOMICITY_H
|
||||
#define _GLIBCXX_ATOMICITY_H 1
|
||||
|
||||
#pragma GCC system_header
|
||||
|
||||
#include <bits/c++config.h>
|
||||
#include <bits/gthr.h>
|
||||
#include <bits/atomic_word.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue