2
0
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:
Ralf W. Grosse-Kunstleve
2001-07-18 13:16:51 +00:00
parent fc9a6ac369
commit 5031479fa2
5 changed files with 67 additions and 45 deletions

View File

@@ -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);
}