2
0
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:
Raoul Gough
2003-10-11 11:30:57 +00:00
parent 7c14b3fac4
commit 2ecb9c6232

View File

@@ -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