diff --git a/compressed_pair_test.cpp b/compressed_pair_test.cpp index c8ab32f..c34aa17 100644 --- a/compressed_pair_test.cpp +++ b/compressed_pair_test.cpp @@ -1,3 +1,9 @@ + // boost::compressed_pair test program + + // (C) Copyright John Maddock 2000. 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. #include #include @@ -144,3 +150,4 @@ template compressed_pair::compressed_pair(); +