$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [1.38.0] date_time compile error on Solaris 10 Sun Studio 11
From: Boris Schaeling (boris_at_[hidden])
Date: 2009-05-07 19:30:18
On Wed, 06 May 2009 11:45:03 +0200, mojo_risin <pmouraguedes_at_[hidden]>
wrote:
>
> Hi,
>
> The following code:
>
> date now(day_clock<date>::local_day());
>
> produces this error:
>
> "Error: No parameters provided for template."
>
> Any idea?
Do you use boost::date_time::day_clock or boost::gregorian::day_clock? I
ask as the latter is no template.
Boris