fix for as_literal()

[SVN r45123]
This commit is contained in:
Thorsten Jørgen Ottosen
2008-05-05 06:41:54 +00:00
parent 7c0d73b8cf
commit f117011b60
2 changed files with 6 additions and 15 deletions

4
include/boost/range/detail/as_literal.hpp Executable file → Normal file
View File

@@ -8,8 +8,8 @@
// For more information, see http://www.boost.org/libs/range/
//
#ifndef BOOST_RANGE_AS_LITERAL_HPP
#define BOOST_RANGE_AS_LITERAL_HPP
#ifndef BOOST_RANGE_DETAIL_AS_LITERAL_HPP
#define BOOST_RANGE_DETAIL_AS_LITERAL_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1200)
# pragma once