• bbguimaraes's avatar
    hcwocl: fix templates · 08a9cbe9
    bbguimaraes authored
    Visual Studio is notoriously lax with these rules.
    
    - add `template`/`typename` where necessary
    - fix template constructor call
    - declare template before use
    - declare explicit instantiations `inline`
    - `typedef`s are not allowed in destructor declarations
    08a9cbe9