vapor-community/Imperial

Nil coalescing operator in Optional+Imperial.swift causing error

dougpenny opened this issue · 0 comments

For some reason, the nil coalescing operator defined in Optional+Imperial.swift is causing the following error in my project:

Ambiguous operator declarations found for operator

Commenting out line 16 removes the error and allows the project to build.