mirror of
https://github.com/boostorg/python.git
synced 2026-01-19 16:32:16 +00:00
"class" instead of "struct" in selector_impl decl to prevent MSVC /W2 warning
[SVN r20346]
This commit is contained in:
@@ -40,7 +40,7 @@ namespace boost { namespace python { namespace indexing {
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
|
||||
namespace detail {
|
||||
template<typename Container> struct selector_impl;
|
||||
template<typename Container> class selector_impl;
|
||||
|
||||
// selector_impl instances should include *two* publically
|
||||
// accessible typedefs, one for the non-const version of the
|
||||
|
||||
Reference in New Issue
Block a user