[1.38.0] date_time compile error on Solaris 10 Sun Studio 11
Hi, The following code: date now(day_clock<date>::local_day()); produces this error: "Error: No parameters provided for template." Any idea? Thanks in advance, Paulo -- View this message in context: http://www.nabble.com/-1.38.0--date_time-compile-error-on-Solaris-10-Sun-Stu... Sent from the Boost - Users mailing list archive at Nabble.com.
On Wed, 06 May 2009 11:45:03 +0200, mojo_risin
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
On Wed, 06 May 2009 11:45:03 +0200, mojo_risin
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. Thanks! gregorian works just fine. Paulo -- View this message in context: http://www.nabble.com/-1.38.0--date_time-compile-error-on-Solaris-10-Sun-Stu... Sent from the Boost - Users mailing list archive at Nabble.com.
participants (2)
-
Boris Schaeling
-
mojo_risin