staruml / staruml-cpp

C++ extension for StarUML
MIT License
173 stars 66 forks source link

Header files with #pragma once instead of old style guards #31

Open michalfita opened 5 years ago

michalfita commented 5 years ago

Coding standard my organisation uses right now requires to use #pragma once instead of old-style-guards.

Could you please add an configuration option to use them.