Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add space between between literal and identifier (#85)
This is needed in order to compile with Clang since C++11 requires a space between literal and identifier, otherwise, Clang will give an error.
- Loading branch information