mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-07-31 13:17:23 +02:00
Add BOOST_HAS_VARIADIC_TMPL as a test condition.
[SVN r61579]
This commit is contained in:
@ -12,14 +12,14 @@
|
|||||||
#include <boost/make_shared.hpp>
|
#include <boost/make_shared.hpp>
|
||||||
#include <boost/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
|
|
||||||
#ifndef BOOST_HAS_RVALUE_REFS
|
#if !defined( BOOST_HAS_RVALUE_REFS ) || !defined( BOOST_HAS_VARIADIC_TMPL )
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#else // BOOST_HAS_RVALUE_REFS
|
#else // BOOST_HAS_RVALUE_REFS, BOOST_HAS_VARIADIC_TMPL
|
||||||
|
|
||||||
class myarg
|
class myarg
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user