|
From: Luigi B. <lui...@gm...> - 2014-08-07 13:05:41
|
On Thu, Aug 7, 2014 at 2:52 PM, Dirk Eddelbuettel <ed...@de...> wrote: > | So: let's start the discussion. I'd love to hear from people with some > | ideas about the above... > > Why don't start by generalizing Date :) (Only half-kidding, maybe incremental > approaches are fine rather than grand rewrite that then may stall ...) That one should be doable. Possibility 1: we add a time part to our date and keep track of it in day counters. Possibility 2: we change the internals of our date so that it contains a Boost date, we check that it works as before, then we also expose the time part (and keep track of it in day counters). At a later date (ha ha) we gut our date and keep Boost. Question: is Boost.Date header-only or do we need to link a library? Luigi -- <https://implementingquantlib.blogspot.com> <https://twitter.com/lballabio> |