dtc: Update to upstream 917526
- Add missing "typename" in divmod's "using" of binary_operator_base::result.
This commit is contained in:
parent
63d5603d62
commit
8540be900f
@ -654,7 +654,7 @@ template<typename T>
|
||||
struct divmod : public binary_operator<5, T>
|
||||
{
|
||||
using binary_operator<5, T>::binary_operator;
|
||||
using binary_operator_base::result;
|
||||
using typename binary_operator_base::result;
|
||||
result operator()() override
|
||||
{
|
||||
result r = (*binary_operator_base::rhs)();
|
||||
|
Loading…
Reference in New Issue
Block a user