diff options
author | Eric Fiselier <eric@efcs.ca> | 2016-07-25 00:48:36 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2016-07-25 00:48:36 +0000 |
commit | 4e91ea50a01d9d415bb7e78545329781f5f012e2 (patch) | |
tree | f7f327e20c594d127757ac47c237adceaf39b921 /libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign | |
parent | 141b2881d7fb09aa43b2de0af467d02d8f9344a8 (diff) | |
download | bcm5719-llvm-4e91ea50a01d9d415bb7e78545329781f5f012e2.tar.gz bcm5719-llvm-4e91ea50a01d9d415bb7e78545329781f5f012e2.zip |
Don't SFINAE pair's copy assignment operator in C++03 mode.
In C++03 mode evaluating the SFINAE can cause a hard error due to
access control violations. This is a problem because the SFINAE
is evaluated as soon as the class is instantiated, and not later.
llvm-svn: 276594
Diffstat (limited to 'libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign')
0 files changed, 0 insertions, 0 deletions