Homedesp's stash

Fix error c2688 when compiling with VS2015

Authored by lucasg <[email protected]> on Nov 1 2016, 6:20 PM.

Description

Fix error c2688 when compiling with VS2015

Since C++11, there is such a thing as user-defined literals, which means
it's not possible anymore to append a macro defined literal since it will
treated as a preprocessing token. A simple fix is to leave a whitespace in
order to specify the two literals are separate tokens.

More info :

Details

Committed
lucasg <[email protected]>Nov 1 2016, 6:34 PM
Pushed
despawningboneAug 15 2020, 8:55 AM
Parents
rSCY0ca2c1a0da5d: Merge pull request #35 from mrexodia/fix_leaks
Branches
Unknown
Tags
Unknown

Event Timeline