Timeline for Enforce CRTP via Constraint in C++
Current License: CC BY-SA 4.0
15 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 10 at 5:45 | audit | Triage | |||
| Oct 10 at 19:55 | |||||
| Oct 8 at 5:58 | audit | Close votes | |||
| Oct 8 at 12:04 | |||||
| Oct 1 at 11:30 | audit | Close votes | |||
| Oct 1 at 11:31 | |||||
| Sep 25 at 10:14 | audit | Reopen votes | |||
| Sep 25 at 19:52 | |||||
| Sep 15 at 14:50 | comment | added | Marek R |
At this stage Base<TDerived> is incomplete, so it can't be base of anything. Your concept definition attempts to create infinitive recursion. This concepts depends on it self.
|
|
| Sep 15 at 14:42 | answer | added | chtz | timeline score: 3 | |
| Sep 15 at 14:27 | history | edited | wohlstad |
edited tags
|
|
| Sep 15 at 14:11 | comment | added | Fareanor |
Even if it worked, I guess it would not prevent anyone to write class OtherSub : public Base<Sub> {}; // Oops it depends on Sub instead of OtherSub which is probably something you didn't intend to allow.
|
|
| Sep 15 at 13:28 | history | edited | wohlstad | CC BY-SA 4.0 |
add missing #include
|
| Sep 15 at 13:24 | history | edited | 3CEZVQ |
edited tags
|
|
| Sep 15 at 13:20 | answer | added | wohlstad | timeline score: 6 | |
| Sep 15 at 13:18 | history | edited | Bernd | CC BY-SA 4.0 |
added 1 character in body
|
| Sep 15 at 12:59 | history | edited | Bernd | CC BY-SA 4.0 |
added 93 characters in body
|
| Sep 15 at 12:54 | history | edited | Bernd | CC BY-SA 4.0 |
added 93 characters in body
|
| Sep 15 at 12:47 | history | asked | Bernd | CC BY-SA 4.0 |