From 9689f844f49d89a5ba88440c7e92b0e80c06c79b Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 17 Apr 2008 07:49:45 +0000 Subject: [PATCH] Fix an error on compilers without SFINAE. Merged revisions 44470 via svnmerge from https://svn.boost.org/svn/boost/branches/unordered/trunk ........ r44470 | danieljames | 2008-04-16 18:36:26 +0100 (Wed, 16 Apr 2008) | 2 lines Missing semi-colon. ........ [SVN r44490] --- include/boost/unordered/detail/move.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/unordered/detail/move.hpp b/include/boost/unordered/detail/move.hpp index 2eaeafb0..e3407e04 100644 --- a/include/boost/unordered/detail/move.hpp +++ b/include/boost/unordered/detail/move.hpp @@ -207,7 +207,7 @@ template