mirror of
https://github.com/boostorg/utility.git
synced 2025-07-29 20:37:32 +02:00
replaced lost copyright declaration
[SVN r7662]
This commit is contained in:
@ -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 <iostream>
|
||||
#include <typeinfo>
|
||||
@ -144,3 +150,4 @@ template compressed_pair<double, int[2]>::compressed_pair();
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user