Re: [16/77] Add scalar_int_mode_pod

2017-08-14 Thread Jeff Law
On 07/13/2017 02:44 AM, Richard Sandiford wrote: > This patch adds a POD class for scalar integers, as an instance > of a new pod_mode template. Later patches will use pod_mode in > situations that really do need to be POD; this patch is simply > using PODs to remove load-time initialisation. > >

[16/77] Add scalar_int_mode_pod

2017-07-13 Thread Richard Sandiford
This patch adds a POD class for scalar integers, as an instance of a new pod_mode template. Later patches will use pod_mode in situations that really do need to be POD; this patch is simply using PODs to remove load-time initialisation. 2017-07-13 Richard Sandiford Alan Hayward