Mentions légales du service

Skip to content
  • Quentin Khan's avatar
    Fix variadic_vector ranged insert · b7a56965
    Quentin Khan authored
    The ranged insert would not take a range of tuples but two tuple of
    iterators defining a range for each sub-vector. It is now possible to
    use both.
    
    The assign overload for initializer_list, which worked aroung this bug,
    is changed to reflect the fix.
    b7a56965