From 2ecb9c62329fe2a57cfbbfbd1bd11e068f6447e2 Mon Sep 17 00:00:00 2001 From: Raoul Gough Date: Sat, 11 Oct 2003 11:30:57 +0000 Subject: [PATCH] "class" instead of "struct" in selector_impl decl to prevent MSVC /W2 warning [SVN r20346] --- include/boost/python/suite/indexing/algo_selector.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/python/suite/indexing/algo_selector.hpp b/include/boost/python/suite/indexing/algo_selector.hpp index 63a425bf..2e8fdaee 100755 --- a/include/boost/python/suite/indexing/algo_selector.hpp +++ b/include/boost/python/suite/indexing/algo_selector.hpp @@ -40,7 +40,7 @@ namespace boost { namespace python { namespace indexing { ///////////////////////////////////////////////////////////////////////// namespace detail { - template struct selector_impl; + template class selector_impl; // selector_impl instances should include *two* publically // accessible typedefs, one for the non-const version of the