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

C++

1695 readers
10 users here now

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

Rules

founded 1 year ago
MODERATORS
top 2 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 3 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.