forked from andreasfertig/cppinsights
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a6dabbb
commit 46994a0
Showing
34 changed files
with
190 additions
and
228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ struct T | |
|
||
|
||
template<typename T> | ||
decltype(T({}).f()) f(T, int) | ||
decltype(T{}.f()) f(T, int) | ||
{ | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
.tmp.cpp:153:138: error: unknown type name 'coroutine_handle' | ||
.tmp.cpp:131:10: error: use of undeclared identifier '__promise' | ||
return __promise.get_return_object(); | ||
^ | ||
.tmp.cpp:151:138: error: unknown type name 'coroutine_handle' | ||
__f->__suspend_35_11.await_suspend(std::coroutine_handle<generator::promise_type>::from_address(static_cast<void *>(__f)).operator coroutine_handle()); | ||
^ | ||
.tmp.cpp:167:139: error: unknown type name 'coroutine_handle' | ||
.tmp.cpp:165:139: error: unknown type name 'coroutine_handle' | ||
__f->__suspend_42_5.await_suspend(std::coroutine_handle<generator::promise_type>::from_address(static_cast<void *>(__f)).operator coroutine_handle()); | ||
^ | ||
.tmp.cpp:178:140: error: unknown type name 'coroutine_handle' | ||
.tmp.cpp:176:140: error: unknown type name 'coroutine_handle' | ||
__f->__suspend_43_12.await_suspend(std::coroutine_handle<generator::promise_type>::from_address(static_cast<void *>(__f)).operator coroutine_handle()); | ||
^ | ||
.tmp.cpp:189:139: error: unknown type name 'coroutine_handle' | ||
.tmp.cpp:187:139: error: unknown type name 'coroutine_handle' | ||
__f->__suspend_44_5.await_suspend(std::coroutine_handle<generator::promise_type>::from_address(static_cast<void *>(__f)).operator coroutine_handle()); | ||
^ | ||
.tmp.cpp:212:138: error: unknown type name 'coroutine_handle' | ||
.tmp.cpp:210:138: error: unknown type name 'coroutine_handle' | ||
__f->__suspend_35_11_1.await_suspend(std::coroutine_handle<generator::promise_type>::from_address(static_cast<void *>(__f)).operator coroutine_handle()); | ||
^ | ||
5 errors generated. | ||
6 errors generated. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
.tmp.cpp:175:3: error: unknown type name 'awaiter' | ||
.tmp.cpp:174:3: error: unknown type name 'awaiter' | ||
awaiter __suspend_54_5; | ||
^ | ||
.tmp.cpp:226:143: error: unknown type name 'coroutine_handle' | ||
.tmp.cpp:204:10: error: use of undeclared identifier '__promise' | ||
return __promise.get_return_object(); | ||
^ | ||
.tmp.cpp:223:143: error: unknown type name 'coroutine_handle' | ||
__f->__suspend_51_16.await_suspend(std::coroutine_handle<my_future<int>::promise_type>::from_address(static_cast<void *>(__f)).operator coroutine_handle()); | ||
^ | ||
.tmp.cpp:239:142: error: unknown type name 'coroutine_handle' | ||
.tmp.cpp:236:142: error: unknown type name 'coroutine_handle' | ||
__f->__suspend_54_5.await_suspend(std::coroutine_handle<my_future<int>::promise_type>::from_address(static_cast<void *>(__f)).operator coroutine_handle()); | ||
^ | ||
.tmp.cpp:251:143: error: unknown type name 'coroutine_handle' | ||
.tmp.cpp:248:143: error: unknown type name 'coroutine_handle' | ||
__f->__suspend_56_14.await_suspend(std::coroutine_handle<my_future<int>::promise_type>::from_address(static_cast<void *>(__f)).operator coroutine_handle()); | ||
^ | ||
.tmp.cpp:272:143: error: unknown type name 'coroutine_handle' | ||
.tmp.cpp:269:143: error: unknown type name 'coroutine_handle' | ||
__f->__suspend_51_16_1.await_suspend(std::coroutine_handle<my_future<int>::promise_type>::from_address(static_cast<void *>(__f)).operator coroutine_handle()); | ||
^ | ||
5 errors generated. | ||
6 errors generated. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.