mirror of
https://github.com/boostorg/utility.git
synced 2025-08-02 06:15:22 +02:00
Add license
[SVN r24021]
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
// Boost result_of library
|
||||||
|
|
||||||
|
// Copyright Douglas Gregor 2003-2004. Use, modification and
|
||||||
|
// distribution is subject to the Boost Software License, Version
|
||||||
|
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// For more information, see http://www.boost.org/libs/utility
|
||||||
#include <boost/utility/result_of.hpp>
|
#include <boost/utility/result_of.hpp>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include <boost/static_assert.hpp>
|
#include <boost/static_assert.hpp>
|
||||||
|
Reference in New Issue
Block a user