/Src/Dependencies/Boost/libs/tr1/test/cyclic_depend/intrusive_ptr.cpp

http://hadesmem.googlecode.com/ · C++ · 12 lines · 5 code · 3 blank · 4 comment · 0 complexity · 48ad4588eed9d96b8ebfb03042e701c4 MD5 · raw file

  1. // (C) Copyright John Maddock 2008.
  2. // Use, modification and distribution are subject to the
  3. // Boost Software License, Version 1.0. (See accompanying file
  4. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. #include <boost/intrusive_ptr.hpp>
  6. int main()
  7. {
  8. return 0;
  9. }