Skip to content
  • Alexandre Duret-Lutz's avatar
    bitvect: tweak to please icc · adb99869
    Alexandre Duret-Lutz authored
    This allows bitvect.hh to compile with icpc 16.0.2, but the whole
    project does not yet compile due to a bug in 16.0.2 that prevents
    compilation of unordered_map::emplace() from the STL shipped with GCC
    5.3.1.
    
    * spot/misc/bitvect.hh: adjust friend declarations.
    adb99869