On 12/5/2012 6:29 PM, James Strickland wrote:
> On Wednesday, 5 December 2012 15:31:55 UTC-6, Victor Bazarov wrote:
>> On 12/5/2012 4:22 PM, James Strickland wrote:
>>
>>> [..]
>>
>>> sep_tm = std::tm{0};
>>
>>>
>>
>>> This returned the following error:
>>
>> [..]
>>
>>> I'm using Visual Studio 2012.
>>
>>
>>
>> VC++ 2012 has no support yet for the "brace-init-list" (8.5.4).
>>
>>
>>
>> V
>>
>> --
>>
>> I do not respond to top-posted replies, please don't ask
>
> WHAT? A microsoft product not supporting something? Thanks for the help, I'll have t compile it a different way. What can I use?
>
> -James
>
You could try "std::tm()" syntax instead.
V
--
I do not respond to top-posted replies, please don't ask
|