Replaced _MSC_VER with BOOST_HAS_PRAGMA_ONCE before #pragma once.

This commit is contained in:
Ion Gaztañaga
2015-01-10 12:50:17 +01:00
parent 36c8f81e42
commit a322203a89
68 changed files with 67 additions and 68 deletions
+1 -1
View File
@@ -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