Sync from upstream.

This commit is contained in:
Rene Rivera
2024-08-20 09:56:41 -05:00
6 changed files with 6 additions and 6 deletions

View File

@ -9,7 +9,7 @@
//
#include <boost/intrusive_ptr.hpp>
#include <boost/functional/hash.hpp>
#include <boost/container_hash/hash.hpp>
#include <boost/core/lightweight_test.hpp>
class base

View File

@ -3,7 +3,7 @@
// https://www.boost.org/LICENSE_1_0.txt
#include <boost/smart_ptr/local_shared_ptr.hpp>
#include <boost/functional/hash.hpp>
#include <boost/container_hash/hash.hpp>
#include <boost/core/lightweight_test.hpp>
int main()

View File

@ -9,7 +9,7 @@
//
#include <boost/shared_ptr.hpp>
#include <boost/functional/hash.hpp>
#include <boost/container_hash/hash.hpp>
#include <boost/core/lightweight_test.hpp>
int main()

View File

@ -9,7 +9,7 @@
//
#include <boost/shared_ptr.hpp>
#include <boost/functional/hash.hpp>
#include <boost/container_hash/hash.hpp>
#include <boost/core/lightweight_test.hpp>
int main()

View File

@ -9,7 +9,7 @@
//
#include <boost/shared_ptr.hpp>
#include <boost/functional/hash.hpp>
#include <boost/container_hash/hash.hpp>
#include <boost/core/lightweight_test.hpp>
int main()

View File

@ -4,7 +4,7 @@
#include <boost/weak_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/functional/hash.hpp>
#include <boost/container_hash/hash.hpp>
#include <boost/core/lightweight_test.hpp>
int main()