mirror of
https://github.com/boostorg/date_time.git
synced 2026-01-27 18:52:17 +00:00
fix shadow warning in gcc
[SVN r19570]
This commit is contained in:
@@ -23,7 +23,7 @@ namespace date_time {
|
||||
{
|
||||
public:
|
||||
//! Construct from a day count
|
||||
explicit date_duration(duration_rep days) : days_(days) {};
|
||||
explicit date_duration(duration_rep day_count) : days_(day_count) {};
|
||||
|
||||
// copy constructor required for dividable<>
|
||||
//! Construct from another date_duration (Copy Constructor)
|
||||
|
||||
Reference in New Issue
Block a user