workaround for VC10
@@ -1,6 +1,6 @@ | ||
1 | 1 | // vorbis_encoder.hpp: vorbisenc device adaptor |
2 | 2 | |
3 | -// Copyright Takeshi Mouri 2006-2008. | |
3 | +// Copyright Takeshi Mouri 2006-2010. | |
4 | 4 | // Distributed under the Boost Software License, Version 1.0. |
5 | 5 | // (See accompanying file LICENSE_1_0.txt or copy at |
6 | 6 | // http://www.boost.org/LICENSE_1_0.txt) |
@@ -79,7 +79,7 @@ | ||
79 | 79 | |
80 | 80 | std::streamsize write_blocks(const float* s, std::streamsize n); |
81 | 81 | |
82 | -#if BOOST_WORKAROUND(_MSC_VER, <= 1500) | |
82 | +#if BOOST_WORKAROUND(_MSC_VER, <= 1600) | |
83 | 83 | std::streamsize read_blocks(float* s, std::streamsize n) |
84 | 84 | { |
85 | 85 | BOOST_ASSERT(false); |