From 0506a15209cd56a44d237f19049e742a409b7eeb 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 --- Subtrees/beast/modules/beast_core/text/beast_String.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Subtrees/beast/modules/beast_core/text/beast_String.cpp b/Subtrees/beast/modules/beast_core/text/beast_String.cpp index b84daf33e4..ac3c46a56b 100644 --- a/Subtrees/beast/modules/beast_core/text/beast_String.cpp +++ b/Subtrees/beast/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