This repository has been archived by the owner on Nov 6, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: put
assert()
after var declarations
Microsoft C++ compiler fails when this assert appears before the declarations. Moved assert to appear after the declarations. PR-URL: #293 Reviewed-By: Fedor Indutny <[email protected]>
- Loading branch information