mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-31 11:57:15 +02:00
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:
@@ -207,7 +207,7 @@ template <typename T,
|
|||||||
struct copy_sink
|
struct copy_sink
|
||||||
{
|
{
|
||||||
typedef R type;
|
typedef R type;
|
||||||
}
|
};
|
||||||
|
|
||||||
// Always copy the element unless this is overloaded.
|
// Always copy the element unless this is overloaded.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user