Re: [PATCH] Implement std::experimental::source_location (N4519)

2017-05-16 Thread Jonathan Wakely
On 16/05/17 14:40 +0100, Jonathan Wakely wrote: This is a partial implementation of , see the commented-out lines in the testcase for the missing pieces. I'll be opening a PR to get the needed front-end support complete it. That's https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80780 +struct S

[PATCH] Implement std::experimental::source_location (N4519)

2017-05-16 Thread Jonathan Wakely
This is a partial implementation of , see the commented-out lines in the testcase for the missing pieces. I'll be opening a PR to get the needed front-end support complete it. * configure: Regenerate. * doc/xml/manual/status_cxx2017.xml: Update status table. * doc/html/*: