ext/include/iv/ast_factory.h in iv-phonic-0.1.1 vs ext/include/iv/ast_factory.h in iv-phonic-0.1.2

- old
+ new

@@ -47,10 +47,11 @@ IV_STATIC_ASSERT(is_convertible_to_this::value || is_base_of_factory::value); } template<typename Range> - Identifier* NewIdentifier(const Range& range, + Identifier* NewIdentifier(Token::Type token, + const Range& range, std::size_t begin, std::size_t end) { return new (static_cast<Factory*>(this)) Identifier(range, static_cast<Factory*>(this)); }