$include_dir="/home/hyper-archives/boost-maint/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-maint] Pull request for DateTime (Trac #5041)
From: Marshall Clow (mclow.lists_at_[hidden])
Date: 2014-03-12 15:12:20
On Mar 12, 2014, at 10:43 AM, Steven Watanabe <watanabesj_at_[hidden]> wrote:
> AMDG
>
> On 03/12/2014 10:29 AM, Marshall Clow wrote:
>> https://github.com/boostorg/date_time/pull/6
>>
>
> - There's no need to create d1. Just use d
> like the other test cases.
Ok. I was thinking about someone coming along and changing d; but that would involve changing all the tests, too.
> - These tests seem pretty haphazard. I'd
> really prefer to see them systematically
> test each format specifier.
Patches welcome :-)
[ Yeah, Id like to see these tests cleaned up, too. ]
Marshall