[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-devel] #pragma once
- Date: Thu, 27 Oct 2011 20:36:41 -0500
- From: Greg Thain <gthain@xxxxxxxxxxx>
- Subject: [Condor-devel] #pragma once
Note that #pragma once, though it may work on some of our compilers, is
not portable C++, and should be avoided in Condor code.
Thanks,
-Greg