Fix build with MSVC.

This commit is contained in:
Roman Telezhynskyi 2022-11-24 17:33:49 +02:00
parent a74bb62d97
commit ae0b965500

View File

@ -38,7 +38,6 @@
#if defined(_MSC_VER) && (_MSC_VER >= 1200) #if defined(_MSC_VER) && (_MSC_VER >= 1200)
# pragma once # pragma once
#pragma system_header
#endif // defined(_MSC_VER) && (_MSC_VER >= 1200) #endif // defined(_MSC_VER) && (_MSC_VER >= 1200)
namespace bpstd { namespace bpstd {