forked from HowardHinnant/date
The GCC 8 was correctly preffering the deduction guide syntezied from the std::string_view constructor which is more specialized than deduction guide. Changed the constructor so the Duration cannot be deduced from it.