Replaced _MSC_VER with BOOST_HAS_PRAGMA_ONCE before #pragma once.

This commit is contained in:
Ion Gaztañaga
2015-01-10 12:49:46 +01:00
parent 7b87a5e7da
commit a55b2d824d
90 changed files with 90 additions and 90 deletions

View File

@@ -23,7 +23,7 @@
#ifndef BOOST_INTRUSIVE_RBTREE_ALGORITHMS_HPP
#define BOOST_INTRUSIVE_RBTREE_ALGORITHMS_HPP
#if defined(_MSC_VER)
#if defined(BOOST_HAS_PRAGMA_ONCE)
# pragma once
#endif