mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-10-18 18:35:25 +02:00
Remove uses of BOOST_NO_CXX11_VARIADIC_TEMPLATES
This commit is contained in:
@@ -8,19 +8,10 @@
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
|
||||
#include <boost/config.hpp>
|
||||
|
||||
#if defined( BOOST_NO_CXX11_RVALUE_REFERENCES ) || defined( BOOST_NO_CXX11_VARIADIC_TEMPLATES )
|
||||
|
||||
int main()
|
||||
{
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
#include <boost/smart_ptr/local_shared_ptr.hpp>
|
||||
#include <boost/smart_ptr/make_local_shared.hpp>
|
||||
#include <boost/core/lightweight_test.hpp>
|
||||
#include <boost/config.hpp>
|
||||
|
||||
struct deleter
|
||||
{
|
||||
@@ -70,5 +61,3 @@ int main()
|
||||
struct deleter2
|
||||
{
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user