forked from boostorg/container
Replaced _MSC_VER with BOOST_HAS_PRAGMA_ONCE before #pragma once.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#ifndef BOOST_CONTAINER_STRING_HPP
|
||||
#define BOOST_CONTAINER_STRING_HPP
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if defined(BOOST_HAS_PRAGMA_ONCE)
|
||||
# pragma once
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user