Revert 238354 while I figure out what broke in weak_ptr
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@238355 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -55,7 +55,7 @@ void test(const T &t0)
|
||||
|
||||
int main()
|
||||
{
|
||||
test<bool>(true);
|
||||
test<int>(3);
|
||||
test<double>(5.0);
|
||||
// test<bool>(true);
|
||||
// test<int>(3);
|
||||
// test<double>(5.0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user