linksplatform / Ranges

LinksPlatform's Platform.Ranges Class Library
https://linksplatform.github.io/Ranges
The Unlicense
4 stars 1 forks source link

Add #pragma once or include guards in headers #43

Open poul250 opened 3 years ago

uselessgoddess commented 3 years ago

sisharp-style 😀 https://github.com/linksplatform/Ranges/blob/f133625e55e874bdf433fb16cedb538cae43e564/cpp/Platform.Ranges/Platform.Ranges.h#L1

Konard commented 3 years ago

We should apply this decision in all files that were not generated by translator, as it does not support automatic generation of include statements yet.