Fix build with MSVC.
This commit is contained in:
parent
d353e6616f
commit
a74bb62d97
|
@ -31,8 +31,10 @@
|
|||
#ifndef BPSTD_DETAIL_ENABLE_OVERLOAD_HPP
|
||||
#define BPSTD_DETAIL_ENABLE_OVERLOAD_HPP
|
||||
|
||||
#if !defined(_MSC_VER)
|
||||
#pragma GCC system_header
|
||||
#pragma clang system_header
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER) && (_MSC_VER >= 1200)
|
||||
# pragma once
|
||||
|
|
Loading…
Reference in New Issue
Block a user