From dd3fc7a084449332c92b8b543762fcb4af9c942b Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Thu, 22 Aug 2013 18:43:45 -0700 Subject: [PATCH] Fix #ifdef for pragma --- modules/beast_core/text/beast_String.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/beast_core/text/beast_String.cpp b/modules/beast_core/text/beast_String.cpp index b84daf33e..ac3c46a56 100644 --- a/modules/beast_core/text/beast_String.cpp +++ b/modules/beast_core/text/beast_String.cpp @@ -401,7 +401,7 @@ namespace NumberToStringConverters } return printDigits (t, n); } -#ifndef _MSC_VER +#ifdef _MSC_VER #pragma warning (pop) #endif