Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
378 contributions in the last year
Activity overview
Contributed to
sylveon/member_thunk,
sylveon/website,
sylveon/discord-ban-appeals
and 5 other
repositories
Contribution activity
September 2020
- sylveon/wil C++
- sylveon/discord-open-source JavaScript
- sylveon/chirpstack-api Python
- sylveon/chirpstack-application-server Go
Created a pull request in microsoft/wil that received 3 comments
Fix C++20 Intellisense errors
module is now a keyword, so without these changes we get Intellisense errors (and possibly down the line compiler errors):
+9
−9
•
3
comments
Created an issue in microsoft/STL that received 1 comment
<algorithm>: std::fill applies memset optimization erroneously with volatile pointers
Describe the bug
When using std::fill with volatile pointers, the STL may attempt to use std::memset optimization, leading to a compilation error b…
1
comment