From 88d494984376d14610c3c1e4f6d0eb2e8ade9992 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 16 Oct 2005 16:08:11 +0000 Subject: [PATCH] Revert last set of changes: neither nor will work for std lib detection here. [SVN r31347] --- include/boost/config/stdlib/sgi.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/stdlib/sgi.hpp b/include/boost/config/stdlib/sgi.hpp index a614bc18..67f7a0a4 100644 --- a/include/boost/config/stdlib/sgi.hpp +++ b/include/boost/config/stdlib/sgi.hpp @@ -10,7 +10,7 @@ // generic SGI STL: #if !defined(__STL_CONFIG_H) -# include +# include # if !defined(__STL_CONFIG_H) # error "This is not the SGI STL!" # endif