_MSC_VER use clarified.

[SVN r20992]
This commit is contained in:
Peter Dimov
2014-01-02 16:13:16 +02:00
parent a94d04d1df
commit 4ededfcf76
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -1,6 +1,8 @@
#ifndef BOOST_CURRENT_FUNCTION_HPP_INCLUDED
#define BOOST_CURRENT_FUNCTION_HPP_INCLUDED
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif