Revert "Revert "Update aosp/master libcxx rebase to r263688""

This reverts commit 1d4a1edbc7.

Change-Id: I2909937fe582f2c5552bc86e7f4d2d5cff0de0aa
This commit is contained in:
Dan Austin
2016-06-08 22:25:43 +00:00
parent 1d4a1edbc7
commit ee226c05af
1396 changed files with 38992 additions and 11535 deletions

View File

@@ -13,6 +13,8 @@
// reference_wrapper(T&&) = delete;
// XFAIL: c++98, c++03
#include <functional>
#include <cassert>

View File

@@ -15,6 +15,8 @@
// Don't allow binding to a temp
// XFAIL: c++98, c++03
#include <functional>
struct A {};

View File

@@ -14,6 +14,9 @@
// Test that reference wrapper meets the requirements of TriviallyCopyable,
// CopyConstructible and CopyAssignable.
// Test fails due to use of is_trivially_* trait.
// XFAIL: gcc-4.9
#include <functional>
#include <type_traits>
#include <string>