From c11a50cf823bfcce1da854ec4913ea7b9e614011 Mon Sep 17 00:00:00 2001 From: Axel Naumann <Axel.Naumann@cern.ch> Date: Mon, 29 Oct 2018 15:55:50 +0100 Subject: [PATCH] [PCH] Remove deprecated cstdalign (ROOT-9568). --- build/unix/makepchinput.py | 1 - 1 file changed, 1 deletion(-) diff --git a/build/unix/makepchinput.py b/build/unix/makepchinput.py index d2f66471d70..1468a872779 100755 --- a/build/unix/makepchinput.py +++ b/build/unix/makepchinput.py @@ -143,7 +143,6 @@ def getSTLIncludes(): "ciso646", "ccomplex", "ctgmath", - "cstdalign", "regex", "cstdbool") -- GitLab