Ticket #4353: D51645.patch

File D51645.patch, 383 bytes (added by mdorey@…, 12 years ago)

fix in the style of the earlier test in this file

  • boost/range.hpp

    ===== boost/range.hpp 1.1 vs edited =====
    old new  
    1515# pragma once
    1616#endif
    1717
    18 #if _MSC_VER == 1300 // experiment
     18#if defined(_MSC_VER) && (_MSC_VER == 1300) // experiment
    1919
    2020#include <boost/range/detail/collection_traits.hpp>
    2121#include <boost/range/iterator_range.hpp>