2014-07-22 16:12 GMT+02:00 Bruno Chareyre <[email protected]>: > http://codeketchup.blogspot.de/2013/05/simple-and-basic-c-coding-conventions.html > > Perfect. We can point to this. > Only the formatting section, though, because elsewhere it also says "Do not > use #pragma once."... ;)
Yes, sure "pragma once" works just fine with almost all modern compilers except of some exotic ones. We should also try not to create lines longer than 100-120 symbols, better even 80. Alexander pointed, that in one file it is even longer than 1300 symbols (Ip2 description). We should really cut those lines in a smaller one. Anton _______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

