mirror of
https://github.com/boostorg/exception.git
synced 2025-07-02 15:31:06 +02:00
-Wundef fixes.
[SVN r18788]
This commit is contained in:
@ -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
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user