mirror of
https://github.com/boostorg/exception.git
synced 2025-07-13 04:26:44 +02:00
Compare commits
2 Commits
boost-1.31
...
boost-1.30
Author | SHA1 | Date | |
---|---|---|---|
9f672ee466 | |||
9bd9ce8c4b |
@ -1,10 +1,8 @@
|
||||
#ifndef BOOST_THROW_EXCEPTION_HPP_INCLUDED
|
||||
#define BOOST_THROW_EXCEPTION_HPP_INCLUDED
|
||||
|
||||
// MS compatible compilers support #pragma once
|
||||
|
||||
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
||||
# pragma once
|
||||
#if _MSC_VER >= 1020
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user