зеркало из https://github.com/microsoft/clang-1.git
Note why this doesn't yet work.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89012 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
f4a08d0d8b
Коммит
c888f485ca
|
@ -29,7 +29,8 @@ void test1() {
|
|||
S(bp == 0, 3);
|
||||
ap = dynamic_cast<test1_A*>(&test1_d);
|
||||
S(ap != 0, 4);
|
||||
// FIXME: Doesn't work yet, gcc fails this at comepile time
|
||||
// FIXME: Doesn't work yet, gcc fails this at compile time. We'd need access
|
||||
// control for this to work.
|
||||
// bp = dynamic_cast<test1_B*>(&test1_d);
|
||||
// S(bp == 0, 5);
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче