mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +08:00
static scans: preserve namespace name
This commit is contained in:
parent
169dc9c311
commit
3902694075
@ -45,7 +45,7 @@
|
||||
#include <vector>
|
||||
#include <opencv2/core.hpp>
|
||||
|
||||
#if !defined CV_DOXYGEN && !defined CV_DNN_DONT_ADD_EXPERIMENTAL_NS
|
||||
#if !defined CV_DOXYGEN && !defined CV_STATIC_ANALYSIS && !defined CV_DNN_DONT_ADD_EXPERIMENTAL_NS
|
||||
#define CV__DNN_EXPERIMENTAL_NS_BEGIN namespace experimental_dnn_34_v11 {
|
||||
#define CV__DNN_EXPERIMENTAL_NS_END }
|
||||
namespace cv { namespace dnn { namespace experimental_dnn_34_v11 { } using namespace experimental_dnn_34_v11; }}
|
||||
|
Loading…
Reference in New Issue
Block a user