mirror of
https://github.com/boostorg/exception.git
synced 2025-07-12 20:16:34 +02:00
Compare commits
4 Commits
boost-1.30
...
boost-1.31
Author | SHA1 | Date | |
---|---|---|---|
f98daa54b3 | |||
0ec91f904e | |||
17f806e8a7 | |||
d1e4951cd5 |
@ -1,8 +1,10 @@
|
||||
#ifndef BOOST_THROW_EXCEPTION_HPP_INCLUDED
|
||||
#define BOOST_THROW_EXCEPTION_HPP_INCLUDED
|
||||
|
||||
#if _MSC_VER >= 1020
|
||||
#pragma once
|
||||
// MS compatible compilers support #pragma once
|
||||
|
||||
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
||||
# pragma once
|
||||
#endif
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user