fix guard

llvm-svn: 123269
This commit is contained in:
Howard Hinnant 2011-01-11 20:02:45 +00:00
parent 4b7433fab2
commit 119cd0ba12
1 changed files with 2 additions and 2 deletions

View File

@ -1487,7 +1487,7 @@ struct _LIBCPP_VISIBLE uses_allocator
{
};
#if !defined(_LIBCPP_HAS_NO_RVALUE_REFERENCES) && !defined(_LIBCPP_HAS_NO_VARIADICS)
#ifndef _LIBCPP_HAS_NO_VARIADICS
// uses-allocator construction
@ -1505,7 +1505,7 @@ struct __uses_alloc_ctor
: integral_constant<int, __uses_alloc_ctor_imp<_Tp, _Alloc, _Args...>::value>
{};
#endif // !defined(_LIBCPP_HAS_NO_RVALUE_REFERENCES) && !defined(_LIBCPP_HAS_NO_VARIADICS)
#endif // _LIBCPP_HAS_NO_VARIADICS
// allocator