Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs/contributing: add
#pragma once
to Coding Conventions
This supersedes the older include guard mechanism since all the compilers now support it. It's easier for new users and less prone to error.
- Loading branch information