Skip to content

Commit

Permalink
XBox: Fix align_val_t in include/new
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm authored Jul 1, 2022
1 parent 149c221 commit bd24d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/new
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ _LIBCPP_FUNC_VIS new_handler get_new_handler() _NOEXCEPT;
_LIBCPP_NORETURN _LIBCPP_FUNC_VIS void __throw_bad_alloc(); // not in C++ spec

#if !defined(_LIBCPP_HAS_NO_LIBRARY_ALIGNED_ALLOCATION) && \
!defined(_LIBCPP_ABI_VCRUNTIME)
(!defined(_LIBCPP_ABI_VCRUNTIME) || defined(NXDK))
#ifndef _LIBCPP_CXX03_LANG
enum class _LIBCPP_ENUM_VIS align_val_t : size_t { };
#else
Expand Down

0 comments on commit bd24d3e

Please sign in to comment.