mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-07-29 12:27:14 +02:00
Added copyright.
[SVN r17197]
This commit is contained in:
@ -1,5 +1,13 @@
|
|||||||
// Boost scoped_ptr_example implementation file -----------------------------//
|
// Boost scoped_ptr_example implementation file -----------------------------//
|
||||||
|
|
||||||
|
// (C) Copyright Beman Dawes 2001. Permission to copy,
|
||||||
|
// use, modify, sell and distribute this software is granted provided this
|
||||||
|
// copyright notice appears in all copies. This software is provided "as is"
|
||||||
|
// without express or implied warranty, and with no claim as to its
|
||||||
|
// suitability for any purpose.
|
||||||
|
|
||||||
|
// See http://www.boost.org for most recent version including documentation.
|
||||||
|
|
||||||
#include "scoped_ptr_example.hpp"
|
#include "scoped_ptr_example.hpp"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
@ -1,5 +1,13 @@
|
|||||||
// Boost scoped_ptr_example header file ------------------------------------//
|
// Boost scoped_ptr_example header file ------------------------------------//
|
||||||
|
|
||||||
|
// (C) Copyright Beman Dawes 2001. Permission to copy,
|
||||||
|
// use, modify, sell and distribute this software is granted provided this
|
||||||
|
// copyright notice appears in all copies. This software is provided "as is"
|
||||||
|
// without express or implied warranty, and with no claim as to its
|
||||||
|
// suitability for any purpose.
|
||||||
|
|
||||||
|
// See http://www.boost.org for most recent version including documentation.
|
||||||
|
|
||||||
#include <boost/utility.hpp>
|
#include <boost/utility.hpp>
|
||||||
#include <boost/scoped_ptr.hpp>
|
#include <boost/scoped_ptr.hpp>
|
||||||
|
|
||||||
|
@ -1,5 +1,13 @@
|
|||||||
// Boost scoped_ptr_example_test main program -------------------------------//
|
// Boost scoped_ptr_example_test main program -------------------------------//
|
||||||
|
|
||||||
|
// (C) Copyright Beman Dawes 2001. Permission to copy,
|
||||||
|
// use, modify, sell and distribute this software is granted provided this
|
||||||
|
// copyright notice appears in all copies. This software is provided "as is"
|
||||||
|
// without express or implied warranty, and with no claim as to its
|
||||||
|
// suitability for any purpose.
|
||||||
|
|
||||||
|
// See http://www.boost.org for most recent version including documentation.
|
||||||
|
|
||||||
#include "scoped_ptr_example.hpp"
|
#include "scoped_ptr_example.hpp"
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
|
@ -1,5 +1,13 @@
|
|||||||
// Boost shared_ptr_example2 implementation file -----------------------------//
|
// Boost shared_ptr_example2 implementation file -----------------------------//
|
||||||
|
|
||||||
|
// (C) Copyright Beman Dawes 2001. Permission to copy,
|
||||||
|
// use, modify, sell and distribute this software is granted provided this
|
||||||
|
// copyright notice appears in all copies. This software is provided "as is"
|
||||||
|
// without express or implied warranty, and with no claim as to its
|
||||||
|
// suitability for any purpose.
|
||||||
|
|
||||||
|
// See http://www.boost.org for most recent version including documentation.
|
||||||
|
|
||||||
#include "shared_ptr_example2.hpp"
|
#include "shared_ptr_example2.hpp"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
@ -1,5 +1,13 @@
|
|||||||
// Boost shared_ptr_example2 header file -----------------------------------//
|
// Boost shared_ptr_example2 header file -----------------------------------//
|
||||||
|
|
||||||
|
// (C) Copyright Beman Dawes 2001. Permission to copy,
|
||||||
|
// use, modify, sell and distribute this software is granted provided this
|
||||||
|
// copyright notice appears in all copies. This software is provided "as is"
|
||||||
|
// without express or implied warranty, and with no claim as to its
|
||||||
|
// suitability for any purpose.
|
||||||
|
|
||||||
|
// See http://www.boost.org for most recent version including documentation.
|
||||||
|
|
||||||
#include <boost/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
|
|
||||||
// This example demonstrates the handle/body idiom (also called pimpl and
|
// This example demonstrates the handle/body idiom (also called pimpl and
|
||||||
|
@ -1,5 +1,13 @@
|
|||||||
// Boost shared_ptr_example2_test main program ------------------------------//
|
// Boost shared_ptr_example2_test main program ------------------------------//
|
||||||
|
|
||||||
|
// (C) Copyright Beman Dawes 2001. Permission to copy,
|
||||||
|
// use, modify, sell and distribute this software is granted provided this
|
||||||
|
// copyright notice appears in all copies. This software is provided "as is"
|
||||||
|
// without express or implied warranty, and with no claim as to its
|
||||||
|
// suitability for any purpose.
|
||||||
|
|
||||||
|
// See http://www.boost.org for most recent version including documentation.
|
||||||
|
|
||||||
#include "shared_ptr_example2.hpp"
|
#include "shared_ptr_example2.hpp"
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
|
Reference in New Issue
Block a user