From 80789255b9e143e2c23e171f63872e001bc1b5c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Mon, 7 Jan 2019 00:56:44 +0100 Subject: [PATCH] Fix typo _LIBCPP_VERSION -> _LIBCPP_DEPRECATED_ABI_DISABLE_PAIR_TRIVIAL_COPY_CTOR --- include/boost/container/detail/pair.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/container/detail/pair.hpp b/include/boost/container/detail/pair.hpp index f30ba42..feb1c7b 100644 --- a/include/boost/container/detail/pair.hpp +++ b/include/boost/container/detail/pair.hpp @@ -216,7 +216,7 @@ struct simple_pair template struct pair -#ifdef _LIBCPP_VERSION +#ifdef _LIBCPP_DEPRECATED_ABI_DISABLE_PAIR_TRIVIAL_COPY_CTOR : pair_padding) - sizeof(simple_pair)> #endif {