hcwocl: fix templates
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
Please register or sign in to comment