mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 05:22:45 +00:00
11 lines
528 B
C++
11 lines
528 B
C++
// Copyright David Abrahams 2002. Permission to copy, use,
|
|
// modify, sell and distribute this software is granted provided this
|
|
// copyright notice appears in all copies. This software is provided
|
|
// "as is" without express or implied warranty, and with no claim as
|
|
// to its suitability for any purpose.
|
|
|
|
// This file just defines the rest of the tests that MSVC6 can't
|
|
// compile unless we break the file up. It's a hack, I'll admit...
|
|
#define BOOST_PYTHON_WRAP_MORE_BUILTIN_CONVERTERS
|
|
#include "test_builtin_converters.cpp"
|