polymorphism2_auto_ptr.cpp 242 B

123456
  1. // Copyright David Abrahams 2005. Distributed under the Boost
  2. // Software License, Version 1.0. (See accompanying
  3. // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  4. #define HELD_BY_AUTO_PTR
  5. #include "polymorphism2.cpp"