forked from boostorg/exception
Revert "Remove obsolete MSVC check from pragma guard"
This reverts commit f6c1ebece0
.
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
// MS compatible compilers support #pragma once
|
// MS compatible compilers support #pragma once
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
||||||
# pragma once
|
# pragma once
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user