Date: Thu, 8 May 2025 10:49:25 -0700
if you know the number they are all prefixed/linked using: wg21.link
Usage:
wg21.link/nXXXX
wg21.link/pXXXXrX
Get paper.
wg21.link/pXXXX
Get latest public revision of paper.
wg21.link/std
wg21.link/std{11,14,17,20,23}
Get working draft.
wg21.link/cwgXXX
wg21.link/ewgXXX
wg21.link/lwgXXX
wg21.link/lewgXXX
wg21.link/editXXX
Get issue.
wg21.link/pXXXX/issue
Get issue for paper.
[...more...]
If you don't know the number google keyword on the sites listed in the
"Sources:" on that usage page.
On Thu, May 8, 2025 at 3:55 AM Frederick Virchanza Gotham via Std-Proposals
<std-proposals_at_[hidden]> wrote:
> Commonly here on this mailing list, a person will post their new idea,
> and very quickly a person will reply with "Oh check out paper P1234R5,
> it does exactly what you're talking about".
>
> I think we should have a dedicated website that has an AI that has
> been given as input all of the C++ proposal papers, from P0001R0 up to
> P3672R0.
>
> So then we could ask it questions like:
>
> "Has anyone ever suggested that a class should be able to attain
> multiple friends through the use of just one friend statement combined
> with a parameter pack? For example: template<class... Ts> class
> MyClass { friends... Ts; };"
>
> or:
>
> "Has anyone ever suggested a new kind of R-value reference that is
> always an R-value reference and never becomes an Lvalue?"
>
> or:
>
> "Has anyone ever suggested that 'noexcept' could be a new
> CV-qualifier applied to a variable? So that you can't invoke any of
> its noexcept(true) methods?"
>
> or:
>
> "Has anyone ever suggested that class inheritance could have a
> 'requires' clause? Something like: template<class... T> class MyClass
> : public Ts... requires is_polymorphic_v<Ts> {};"
>
> I've already created a website that has all C++ standard proposals
> discussion topics going back to August of 1990, you can see it here:
>
> http://www.virjacode.com/cxxproposals/
>
> I think the next step is to have a dedicated website which has an AI that
> has:
> (1) processed all the papers from P0001R0 up to P3672R0
> (2) processed every proposal post from 1990 up to today
>
> I think such a new website would be very useful when people come up
> with a new idea.
> --
> Std-Proposals mailing list
> Std-Proposals_at_[hidden]
> https://lists.isocpp.org/mailman/listinfo.cgi/std-proposals
>
Usage:
wg21.link/nXXXX
wg21.link/pXXXXrX
Get paper.
wg21.link/pXXXX
Get latest public revision of paper.
wg21.link/std
wg21.link/std{11,14,17,20,23}
Get working draft.
wg21.link/cwgXXX
wg21.link/ewgXXX
wg21.link/lwgXXX
wg21.link/lewgXXX
wg21.link/editXXX
Get issue.
wg21.link/pXXXX/issue
Get issue for paper.
[...more...]
If you don't know the number google keyword on the sites listed in the
"Sources:" on that usage page.
On Thu, May 8, 2025 at 3:55 AM Frederick Virchanza Gotham via Std-Proposals
<std-proposals_at_[hidden]> wrote:
> Commonly here on this mailing list, a person will post their new idea,
> and very quickly a person will reply with "Oh check out paper P1234R5,
> it does exactly what you're talking about".
>
> I think we should have a dedicated website that has an AI that has
> been given as input all of the C++ proposal papers, from P0001R0 up to
> P3672R0.
>
> So then we could ask it questions like:
>
> "Has anyone ever suggested that a class should be able to attain
> multiple friends through the use of just one friend statement combined
> with a parameter pack? For example: template<class... Ts> class
> MyClass { friends... Ts; };"
>
> or:
>
> "Has anyone ever suggested a new kind of R-value reference that is
> always an R-value reference and never becomes an Lvalue?"
>
> or:
>
> "Has anyone ever suggested that 'noexcept' could be a new
> CV-qualifier applied to a variable? So that you can't invoke any of
> its noexcept(true) methods?"
>
> or:
>
> "Has anyone ever suggested that class inheritance could have a
> 'requires' clause? Something like: template<class... T> class MyClass
> : public Ts... requires is_polymorphic_v<Ts> {};"
>
> I've already created a website that has all C++ standard proposals
> discussion topics going back to August of 1990, you can see it here:
>
> http://www.virjacode.com/cxxproposals/
>
> I think the next step is to have a dedicated website which has an AI that
> has:
> (1) processed all the papers from P0001R0 up to P3672R0
> (2) processed every proposal post from 1990 up to today
>
> I think such a new website would be very useful when people come up
> with a new idea.
> --
> Std-Proposals mailing list
> Std-Proposals_at_[hidden]
> https://lists.isocpp.org/mailman/listinfo.cgi/std-proposals
>
Received on 2025-05-08 17:49:40