Corrected a typename visibility issue
This commit is contained in:
parent
290cac7b84
commit
7548c7fe2c
1 changed files with 2 additions and 0 deletions
|
|
@ -285,6 +285,7 @@ class date_specifier_t
|
||||||
{
|
{
|
||||||
friend class date_parser_t;
|
friend class date_parser_t;
|
||||||
|
|
||||||
|
public:
|
||||||
#if 0
|
#if 0
|
||||||
typedef date_t::year_type year_type;
|
typedef date_t::year_type year_type;
|
||||||
#else
|
#else
|
||||||
|
|
@ -294,6 +295,7 @@ class date_specifier_t
|
||||||
typedef date_t::day_type day_type;
|
typedef date_t::day_type day_type;
|
||||||
typedef date_t::day_of_week_type day_of_week_type;
|
typedef date_t::day_of_week_type day_of_week_type;
|
||||||
|
|
||||||
|
protected:
|
||||||
optional<year_type> year;
|
optional<year_type> year;
|
||||||
optional<month_type> month;
|
optional<month_type> month;
|
||||||
optional<day_type> day;
|
optional<day_type> day;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue