this post was submitted on 07 May 2024
2 points (100.0% liked)

C++

1763 readers
1 users here now

The center for all discussion and news regarding C++.

Rules

founded 1 year ago
MODERATORS
top 1 comments
sorted by: hot top controversial new old
[–] aktenkundig@discuss.tchncs.de 1 points 6 months ago

When a diagnostic occurrs involving a C++ template, GCC will now quote the source code of the context at which the template is instantiated ("required from here"), rather than just print filename and line/column numbers.

Oh, nice. Looking forward to this.