Archive
Providing Explicit Specialisations for Non‐Template Members of Class Template
Metadata
- Published:
- .
- Reading time:
- .
It is a well-known fact that you can provide explicit specialisations for function templates and class templates. But it was a total surprise to me that you can define explicit specialisations for non‐template members of class template without specialising the class template itself!
Using Coverity Scan with AppVeyor
Metadata
- Published:
- .
- Reading time:
- .
Unlike Travis CI, AppVeyor currently lacks out of the box integration with Coverity Scan. In this article I’ll show you how to enable Coverity Scan code analysis for your project by injecting custom PowerShell scripts into AppVeyor build process.