From 88e7d8627096e351c00014353547e0184b01e0da Mon Sep 17 00:00:00 2001 From: Lorenzo Caminiti Date: Sat, 26 May 2012 21:17:03 +0000 Subject: [PATCH] Marked some expected failures for release regression test compilers. Renamed a local function internal template parameter from Bn to Bindn (because B0 is defined as a macro from a Linux header to represent a baudrate). Added itdentity_type.hpp to utility.hpp. Made reference data members of LocalFunction Addable static (because they are not set in the constructor). [SVN r78659] --- include/boost/utility.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/utility.hpp b/include/boost/utility.hpp index b909f29..82177c8 100644 --- a/include/boost/utility.hpp +++ b/include/boost/utility.hpp @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include