Hans Wennborg be5c5d7757 Work around MSVC bug in IntrusiveRefCntPtr.h
The build was failing with:

  error C2664: 'std::atomic_int::atomic_int(const std::atomic_int &)' : cannot convert argument 1 from 'int' to 'const std::atomic_int &'

Apparently "std::atomic_int x(0)" doesn't work, but "std::atomic<int> x(0)"
does.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202988 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-05 16:26:04 +00:00
..
2014-03-02 20:56:28 +00:00
2014-03-02 21:24:52 +00:00
2013-07-28 23:43:28 +00:00
2013-02-21 06:08:22 +00:00
2014-03-02 21:24:52 +00:00
2013-12-05 05:44:44 +00:00
2012-08-01 01:43:10 +00:00
2013-04-18 20:49:17 +00:00