Re: [Patch] Inline Variables for the Standard Library (p0607r0)

2017-03-23 Thread Jonathan Wakely
On 23/03/17 13:47 -0400, Tim Song wrote: On Thu, Mar 23, 2017 at 1:45 PM, Jonathan Wakely wrote: + // NOTE: This makes use of the fact that we know how moveable + // is implemented on pair, and also vector. If the implementation + // changes this test may begin to fail. Maybe drop this commen

Re: [Patch] Inline Variables for the Standard Library (p0607r0)

2017-03-23 Thread Tim Song
On Thu, Mar 23, 2017 at 1:45 PM, Jonathan Wakely wrote: > + // NOTE: This makes use of the fact that we know how moveable > + // is implemented on pair, and also vector. If the implementation > + // changes this test may begin to fail. Maybe drop this comment?

Re: [Patch] Inline Variables for the Standard Library (p0607r0)

2017-03-23 Thread Jonathan Wakely
On 12/03/17 01:04 +0100, Daniel Krügler wrote: 2017-03-11 23:14 GMT+01:00 Daniel Krügler : 2017-03-11 23:09 GMT+01:00 Tim Song : On Sat, Mar 11, 2017 at 3:37 PM, Daniel Krügler wrote: 2017-03-11 21:23 GMT+01:00 Tim Song : On Sat, Mar 11, 2017 at 1:32 PM, Daniel Krügler wrote: This patch ap

Re: [Patch] Inline Variables for the Standard Library (p0607r0)

2017-03-21 Thread Daniel Krügler
2017-03-12 1:04 GMT+01:00 Daniel Krügler : > 2017-03-11 23:14 GMT+01:00 Daniel Krügler : >> 2017-03-11 23:09 GMT+01:00 Tim Song : >>> On Sat, Mar 11, 2017 at 3:37 PM, Daniel Krügler >>> wrote: 2017-03-11 21:23 GMT+01:00 Tim Song : > On Sat, Mar 11, 2017 at 1:32 PM, Daniel Krügler > w

Re: [Patch] Inline Variables for the Standard Library (p0607r0)

2017-03-11 Thread Daniel Krügler
2017-03-11 23:14 GMT+01:00 Daniel Krügler : > 2017-03-11 23:09 GMT+01:00 Tim Song : >> On Sat, Mar 11, 2017 at 3:37 PM, Daniel Krügler >> wrote: >>> 2017-03-11 21:23 GMT+01:00 Tim Song : On Sat, Mar 11, 2017 at 1:32 PM, Daniel Krügler wrote: > This patch applies inline to all namesp

Re: [Patch] Inline Variables for the Standard Library (p0607r0)

2017-03-11 Thread Daniel Krügler
2017-03-11 23:09 GMT+01:00 Tim Song : > On Sat, Mar 11, 2017 at 3:37 PM, Daniel Krügler > wrote: >> 2017-03-11 21:23 GMT+01:00 Tim Song : >>> On Sat, Mar 11, 2017 at 1:32 PM, Daniel Krügler >>> wrote: This patch applies inline to all namespace scope const variables according to options

Re: [Patch] Inline Variables for the Standard Library (p0607r0)

2017-03-11 Thread Tim Song
On Sat, Mar 11, 2017 at 3:37 PM, Daniel Krügler wrote: > 2017-03-11 21:23 GMT+01:00 Tim Song : >> On Sat, Mar 11, 2017 at 1:32 PM, Daniel Krügler >> wrote: >>> This patch applies inline to all namespace scope const variables >>> according to options A and B2 voted in during the Kona meeting, see:

Re: [Patch] Inline Variables for the Standard Library (p0607r0)

2017-03-11 Thread Daniel Krügler
2017-03-11 21:23 GMT+01:00 Tim Song : > On Sat, Mar 11, 2017 at 1:32 PM, Daniel Krügler > wrote: >> This patch applies inline to all namespace scope const variables >> according to options A and B2 voted in during the Kona meeting, see: >> >> http://wiki.edg.com/pub/Wg21kona2017/StrawPolls/p0607r0

Re: [Patch] Inline Variables for the Standard Library (p0607r0)

2017-03-11 Thread Tim Song
On Sat, Mar 11, 2017 at 1:32 PM, Daniel Krügler wrote: > This patch applies inline to all namespace scope const variables > according to options A and B2 voted in during the Kona meeting, see: > > http://wiki.edg.com/pub/Wg21kona2017/StrawPolls/p0607r0.html > > During that work it has been found t

[Patch] Inline Variables for the Standard Library (p0607r0)

2017-03-11 Thread Daniel Krügler
This patch applies inline to all namespace scope const variables according to options A and B2 voted in during the Kona meeting, see: http://wiki.edg.com/pub/Wg21kona2017/StrawPolls/p0607r0.html During that work it has been found that std::ignore was not declared constexpr (http://cplusplus.githu