Skip to content
  • Daniel Vrátil's avatar
    Fix build with MSVC · 244313a3
    Daniel Vrátil authored
    Add missing ResultIterator::operator=() otherwise build fails as the
    default one is instantiated by MSVC, which leads to reference to
    undefined class.
    244313a3