Created
July 15, 2020 10:11
-
-
Save dwilliamson/39677a9115569fbb550cb1d907f260af to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DerivePointerAlignment: false | |
PointerAlignment: Left |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define macro() | |
struct Type; | |
struct macro() A { | |
void No(Type * node); | |
}; | |
struct B { | |
void Yes(Type* node); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment