re PR libstdc++/77944 (FAIL: 20_util/variant/compile.cc (test for excess errors))

PR libstdc++/77944
	* include/std/variant: include <bits/funcexcept.h> for __try and __catch.

From-SVN: r241153
This commit is contained in:
Tim Shen 2016-10-14 09:58:05 +00:00 committed by Tim Shen
parent a766d4d74d
commit 45b510b370
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2016-10-14 Tim Shen <timshen@google.com>
PR libstdc++/77944
* include/std/variant: include <bits/funcexcept.h> for __try and __catch.
2016-10-14 Jonathan Wakely <jwakely@redhat.com>
* include/std/functional (_Reference_wrapper_base_impl): Remove.

View File

@ -38,6 +38,7 @@
#include <type_traits>
#include <utility>
#include <bits/enable_special_members.h>
#include <bits/functexcept.h>
#include <bits/move.h>
#include <bits/uses_allocator.h>