forked from boostorg/container_hash
Fix inspect issues.
[SVN r63762]
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
|
||||
// Copyright 2010 Daniel James.
|
||||
// Distributed under 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)
|
||||
|
||||
#include <boost/functional/hash.hpp>
|
||||
|
||||
namespace test
|
||||
@@ -13,4 +18,4 @@ int main() {
|
||||
test::converts x;
|
||||
|
||||
hash(x);
|
||||
}
|
||||
}
|
||||
|
@@ -1,3 +1,8 @@
|
||||
|
||||
// Copyright 2010 Daniel James.
|
||||
// Distributed under 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)
|
||||
|
||||
#include <boost/functional/hash.hpp>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
||||
@@ -8,4 +13,4 @@ int main() {
|
||||
boost::shared_ptr<int> x(new int(10));
|
||||
|
||||
hash(x);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user