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]
This commit is contained in:
Daniel James
2008-04-17 07:49:45 +00:00
parent 15666285fa
commit 9689f844f4

View File

@ -207,7 +207,7 @@ template <typename T,
struct copy_sink
{
typedef R type;
}
};
// Always copy the element unless this is overloaded.