From e5ee01b43c82d497146e22193eaa4e30ce1f0c78 Mon Sep 17 00:00:00 2001 From: Anthony Williams Date: Thu, 12 Oct 2006 14:52:43 +0000 Subject: [PATCH] Remove spurious #endif [SVN r35576] --- src/once.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/once.cpp b/src/once.cpp index 54820694..39d7cd28 100644 --- a/src/once.cpp +++ b/src/once.cpp @@ -139,7 +139,6 @@ void call_once(void (*func)(), once_flag& flag) << std::ends; unfreezer unfreeze(strm); HANDLE mutex=new_mutex(strm.str()); -# endif #else # if defined (BOOST_NO_ANSI_APIS) std::wostringstream strm;