mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Merge pull request #26287 from mshabunin:cpp-17
build: transition to C++17, minor changes in documentation
This commit is contained in:
@@ -43,6 +43,11 @@
|
||||
#ifndef __OPENCV_PRECOMP_H__
|
||||
#define __OPENCV_PRECOMP_H__
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# define _SILENCE_CXX17_C_HEADER_DEPRECATION_WARNING
|
||||
# define _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING
|
||||
#endif
|
||||
|
||||
#ifdef BUILD_PLUGIN
|
||||
#include "opencv2/core/utility.hpp"
|
||||
#else // BUILD_PLUGIN
|
||||
|
||||
Reference in New Issue
Block a user