summaryrefslogtreecommitdiffstats
path: root/src/include/type_traits
diff options
context:
space:
mode:
authorMatt Derksen <v2cibmd@us.ibm.com>2016-05-04 12:33:45 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2016-05-07 17:41:05 -0400
commit448ce72a1c64cdfcaf97d7fdd4f58ce5a70095e6 (patch)
treea4b544db53759b8f0abc7dd4a55df03b34a9bf65 /src/include/type_traits
parenta89375d152ce068675e879938c1ec324f0401200 (diff)
downloadtalos-hostboot-448ce72a1c64cdfcaf97d7fdd4f58ce5a70095e6.tar.gz
talos-hostboot-448ce72a1c64cdfcaf97d7fdd4f58ce5a70095e6.zip
Implement std::enable_if in HB
Change-Id: I72f415403ef0d88defc80f81cb1038013f94b99f RTC:152209 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24091 Tested-by: Jenkins Server Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: FSP CI Jenkins Reviewed-by: A. P. Williams III <iawillia@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/include/type_traits')
-rw-r--r--src/include/type_traits3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/type_traits b/src/include/type_traits
index bd5527197..ae1cf1fb0 100644
--- a/src/include/type_traits
+++ b/src/include/type_traits
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -28,5 +28,6 @@
#include <util/impl/is_same.H>
#include <util/impl/is_integral.H>
#include <util/impl/is_ptr.H>
+#include <util/impl/enable_if.H>
/* vim: set filetype=cpp : */
OpenPOWER on IntegriCloud