bindings: basic support for #if preprocessor directives

- #if 0
- #ifdef __OPENCV_BUILD
This commit is contained in:
Alexander Alekhin
2019-12-04 17:29:05 +03:00
parent eb44e0a556
commit 4dfa0a0383
3 changed files with 28 additions and 5 deletions
@@ -294,7 +294,7 @@ private:
Ptr<DescriptorExtractor> wrapped;
};
#if 0
#ifdef OPENCV_BINDINGS_PARSER
//DO NOT REMOVE! The block is required for sources parser
enum
{