mirror of
https://github.com/boostorg/core.git
synced 2025-11-29 13:50:10 +01:00
-Wundef fixes.
[SVN r18788]
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef BOOST_CHECKED_DELETE_HPP_INCLUDED
|
||||
#define BOOST_CHECKED_DELETE_HPP_INCLUDED
|
||||
|
||||
#if _MSC_VER >= 1020
|
||||
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
||||
# pragma once
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user