public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, libstdc++] Add <source_location> to pch header.
@ 2020-12-30 22:54 Edward Smith-Rowland
  2020-12-31  0:32 ` Jonathan Wakely
  0 siblings, 1 reply; 2+ messages in thread
From: Edward Smith-Rowland @ 2020-12-30 22:54 UTC (permalink / raw)
  To: libstdc++, gcc-patches, jwakely

[-- Attachment #1: Type: text/plain, Size: 112 bytes --]

I think we want to add source_location to the precompiled header...

Ok if it passes testing?

Ed Smith-Rowland

[-- Attachment #2: p --]
[-- Type: application/octet-stream, Size: 394 bytes --]

diff --git a/libstdc++-v3/include/precompiled/stdc++.h b/libstdc++-v3/include/precompiled/stdc++.h
index 692fae76a42..b405010bc76 100644
--- a/libstdc++-v3/include/precompiled/stdc++.h
+++ b/libstdc++-v3/include/precompiled/stdc++.h
@@ -146,6 +146,7 @@
 #include <span>
 #include <stop_token>
 #include <semaphore>
+#include <source_location>
 #include <syncstream>
 #include <version>
 #endif

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH, libstdc++] Add <source_location> to pch header.
  2020-12-30 22:54 [PATCH, libstdc++] Add <source_location> to pch header Edward Smith-Rowland
@ 2020-12-31  0:32 ` Jonathan Wakely
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Wakely @ 2020-12-31  0:32 UTC (permalink / raw)
  To: Edward Smith-Rowland; +Cc: libstdc++, gcc-patches

On 30/12/20 17:54 -0500, Edward Smith-Rowland wrote:
>I think we want to add source_location to the precompiled header...
>
>Ok if it passes testing?

OK, thanks.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-31  0:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-30 22:54 [PATCH, libstdc++] Add <source_location> to pch header Edward Smith-Rowland
2020-12-31  0:32 ` Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).