Skip to content
Snippets Groups Projects
  • Carsten Gräser's avatar
    9f1cabe5
    [bugfix] Revert incompatible interface change · 9f1cabe5
    Carsten Gräser authored
    Adding a new template perameter before the existing ones is
    a non-compatible interface change, because code that explicitly
    instantiates the template will fail to compile afterwards.
    
    Putting the new template parameter to the end fixes the issue
    9f1cabe5
    History
    [bugfix] Revert incompatible interface change
    Carsten Gräser authored
    Adding a new template perameter before the existing ones is
    a non-compatible interface change, because code that explicitly
    instantiates the template will fail to compile afterwards.
    
    Putting the new template parameter to the end fixes the issue