-Wundef fixes.

[SVN r18788]
This commit is contained in:
Peter Dimov
2003-06-12 17:09:24 +00:00
committed by Glen Fernandes
parent 8bdcb2f3e3
commit 5f07eefa1d

View File

@@ -1,8 +1,8 @@
#ifndef BOOST_DETAIL_LIGHTWEIGHT_TEST_HPP_INCLUDED #ifndef BOOST_DETAIL_LIGHTWEIGHT_TEST_HPP_INCLUDED
#define BOOST_DETAIL_LIGHTWEIGHT_TEST_HPP_INCLUDED #define BOOST_DETAIL_LIGHTWEIGHT_TEST_HPP_INCLUDED
#if _MSC_VER >= 1020 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once # pragma once
#endif #endif
// //