Update CONTRIBUTING.md

This commit is contained in:
bunnei 2016-11-05 00:33:36 -04:00 committed by GitHub
parent 01013689b8
commit 1f70365faa

View file

@ -53,7 +53,7 @@ namespace Example {
// Declare globals at the top
int g_foo{}; // {} can be used to initialize types as 0, false, or nullptr
char* g_some_pointer; // Pointer * and reference & stick to the type name
char* g_some_pointer{}; // Pointer * and reference & stick to the type name, and make sure to initialize as nullptr!
/// A colorful enum.
enum SomeEnum {