mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 05:22:45 +00:00
test_richcmp1.py now works with vc60.
[SVN r10657]
This commit is contained in:
@@ -53,7 +53,7 @@ BOOST_PYTHON_MODULE_INIT(richcmp2)
|
||||
{
|
||||
try {
|
||||
boost::python::module_builder this_module("richcmp2");
|
||||
// The actual work is done in separate function in order
|
||||
// The actual work is done in a separate function in order
|
||||
// to suppress a bogus VC60 warning.
|
||||
init_module(this_module);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user