foonathan / lexy

C++ parsing DSL
https://lexy.foonathan.net
Boost Software License 1.0
991 stars 66 forks source link

Work around MSVC Class template argument deduction confusion #129

Closed NelsonEloi closed 1 year ago

NelsonEloi commented 1 year ago

MSVC seems to still have some issues working with CTAD https://en.cppreference.com/w/cpp/language/class_template_argument_deduction

Minor type change to help him

foonathan commented 1 year ago

Thanks!