Add pragma system header to some experimental headers and add newlines to files.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@228712 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -31,9 +31,12 @@ inline namespace fundamentals_v1 {
|
||||
|
||||
*/
|
||||
|
||||
# include <experimental/__config>
|
||||
#include <experimental/__config>
|
||||
#include <utility>
|
||||
|
||||
# include <utility>
|
||||
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
_LIBCPP_BEGIN_NAMESPACE_LFTS
|
||||
|
||||
|
Reference in New Issue
Block a user