From aaf3c4ac987071e35aa97dd91d72d93d38948884 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Sat, 31 Jan 2009 02:47:48 +0000 Subject: [PATCH] Add missing semicolon [SVN r50920] --- include/boost/detail/utf8_codecvt_facet.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/detail/utf8_codecvt_facet.hpp b/include/boost/detail/utf8_codecvt_facet.hpp index 1de932c..e167c98 100644 --- a/include/boost/detail/utf8_codecvt_facet.hpp +++ b/include/boost/detail/utf8_codecvt_facet.hpp @@ -89,7 +89,7 @@ namespace std { using ::codecvt; using ::mbstate_t; - using ::size_t + using ::size_t; } #endif