mirror of
https://github.com/boostorg/core.git
synced 2025-05-11 21:23:54 +00:00
-Wundef fixes.
[SVN r18788]
This commit is contained in:
parent
e1296cf76b
commit
5da17fb9ef
@ -1,8 +1,8 @@
|
|||||||
#ifndef BOOST_CHECKED_DELETE_HPP_INCLUDED
|
#ifndef BOOST_CHECKED_DELETE_HPP_INCLUDED
|
||||||
#define BOOST_CHECKED_DELETE_HPP_INCLUDED
|
#define BOOST_CHECKED_DELETE_HPP_INCLUDED
|
||||||
|
|
||||||
#if _MSC_VER >= 1020
|
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
||||||
#pragma once
|
# pragma once
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user