atom / language-c

C support in Atom
Other
117 stars 153 forks source link

Update language-c.cson #364

Closed aln0110 closed 3 years ago

aln0110 commented 3 years ago

better

Requirements

Description of the Change

Removed ::std from cout

We must be able to understand the design of your change from this description. If we can't get a good idea of what the code will be doing from the description here, the pull request may be closed at the maintainers' discretion. Keep in mind that the maintainer reviewing this PR may not be familiar with or have worked with the code here recently, so please walk us through the concepts.

-->

Alternate Designs

Put an option without ::std

Benefits

Possible Drawbacks

Applicable Issues

ThatXliner commented 3 years ago

I guess so. Most people would have put

using namespace std;

Anyway