|
Boost-Commit : |
From: boost_at_[hidden]
Date: 2007-12-18 13:53:48
Author: matthiasschabel
Date: 2007-12-18 13:53:48 EST (Tue, 18 Dec 2007)
New Revision: 42143
URL: http://svn.boost.org/trac/boost/changeset/42143
Log:
add include guards
Text files modified:
sandbox/units/boost/units/limits.hpp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
Modified: sandbox/units/boost/units/limits.hpp
==============================================================================
--- sandbox/units/boost/units/limits.hpp (original)
+++ sandbox/units/boost/units/limits.hpp 2007-12-18 13:53:48 EST (Tue, 18 Dec 2007)
@@ -7,6 +7,8 @@
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
+#ifndef BOOST_UNITS_LIMITS_HPP
+#define BOOST_UNITS_LIMITS_HPP
#include <limits>
@@ -52,3 +54,5 @@
};
}
+
+#endif // BOOST_UNITS_LIMITS_HPP
\ No newline at end of file
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk