Ticket #1704: any.diff

File any.diff, 634 bytes (added by Richard Webb <richard.webb@…>, 15 years ago)
  • any.hpp

     
    1919#include <boost/throw_exception.hpp>
    2020#include <boost/static_assert.hpp>
    2121
     22#ifdef _MSC_VER
     23# pragma warning(push)
     24# pragma warning(disable: 4512) // assignment operator could not be generated
     25#endif
     26
    2227namespace boost
    2328{
    2429    class any
     
    226231    }
    227232}
    228233
     234#ifdef _MSC_VER
     235# pragma warning(pop)
     236#endif
     237
    229238// Copyright Kevlin Henney, 2000, 2001, 2002. All rights reserved.
    230239//
    231240// Distributed under the Boost Software License, Version 1.0. (See