Change header names from .hh -> .hpp to be "GLOB"ed by CMakeLists.txt and appear in interface

This commit is contained in:
michael 2022-11-19 12:02:54 +01:00
parent fd14d83916
commit 88169e7214
5 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
#include <tuple> #include <tuple>
#include <type_traits> #include <type_traits>
#include <iterator> #include <iterator>
#include "opencv2/core/detail/util.hh" #include "opencv2/core/detail/util.hpp"
#include "opencv2/core/detail/cpp_features.hpp" #include "opencv2/core/detail/cpp_features.hpp"
//This opencv feature requires certain C++14 features //This opencv feature requires certain C++14 features

View File

@ -9,7 +9,7 @@
#include "opencv2/core.hpp" #include "opencv2/core.hpp"
#include <type_traits> #include <type_traits>
#include <utility> #include <utility>
#include "opencv2/core/detail/util.hh" #include "opencv2/core/detail/util.hpp"
namespace cv { namespace cv {
namespace detail { namespace detail {

View File

@ -10,7 +10,7 @@
#include "opencv2/core/detail/pointer-tuple-replacer.hpp" #include "opencv2/core/detail/pointer-tuple-replacer.hpp"
#include "opencv2/core/detail/variadic-continuous-checker.hpp" #include "opencv2/core/detail/variadic-continuous-checker.hpp"
#include "opencv2/core/detail/cpp_features.hpp" #include "opencv2/core/detail/cpp_features.hpp"
#include "opencv2/core/detail/util.hh" #include "opencv2/core/detail/util.hpp"
#include <tuple> #include <tuple>
//This opencv feature requires return type auto a C++14 feature //This opencv feature requires return type auto a C++14 feature

View File

@ -2,7 +2,7 @@
// It is subject to the license terms in the LICENSE file found in the top-level directory // It is subject to the license terms in the LICENSE file found in the top-level directory
// of this distribution and at http://opencv.org/license.html. // of this distribution and at http://opencv.org/license.html.
#include "test_precomp.hpp" #include "test_precomp.hpp"
#include "opencv2/core/stl/algorithm.hh" #include "opencv2/core/stl/algorithm.hpp"
#include "opencv2/core.hpp" #include "opencv2/core.hpp"
#include "opencv2/core/detail/cpp_features.hpp" #include "opencv2/core/detail/cpp_features.hpp"
#include <numeric> #include <numeric>