-Wundef fixes.

[SVN r18788]
This commit is contained in:
Peter Dimov
2014-06-03 01:49:06 +03:00
parent 6c32727296
commit f8e5e0d451
+2 -2
View File
@@ -1,8 +1,8 @@
#ifndef BOOST_THROW_EXCEPTION_HPP_INCLUDED
#define BOOST_THROW_EXCEPTION_HPP_INCLUDED
#if _MSC_VER >= 1020
#pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
//