Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Convert.cpp

    r16ba4a6f r293dc1c  
    27642764                        old->location,
    27652765                        GET_ACCEPT_1(value, Expr),
    2766                         (old->get_maybeConstructed()) ? ast::MaybeConstruct : ast::NoConstruct
     2766                        (old->get_maybeConstructed()) ? ast::MaybeConstruct : ast::DoConstruct
    27672767                );
    27682768        }
     
    27732773                        GET_ACCEPT_V(initializers, Init),
    27742774                        GET_ACCEPT_V(designations, Designation),
    2775                         (old->get_maybeConstructed()) ? ast::MaybeConstruct : ast::NoConstruct
     2775                        (old->get_maybeConstructed()) ? ast::MaybeConstruct : ast::DoConstruct
    27762776                );
    27772777        }
Note: See TracChangeset for help on using the changeset viewer.