Getting started on <atomic>

llvm-svn: 114887
This commit is contained in:
Howard Hinnant 2010-09-27 21:17:38 +00:00
parent b671d84ade
commit cd39d413b4
2 changed files with 2438 additions and 0 deletions

2418
libcxx/include/atomic Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,20 @@
//===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
// <atomic>
#include <atomic>
#ifndef _LIBCPP_VERSION
#error _LIBCPP_VERSION not defined
#endif
int main()
{
}