szaszm commented on a change in pull request #1044:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r634491843



##########
File path: libminifi/include/utils/gsl.h
##########
@@ -26,6 +28,26 @@ namespace minifi {
 
 namespace gsl = ::gsl_lite;
 
+namespace utils {
+namespace detail {
+template<typename T>
+using remove_cvref_t = typename std::remove_cv<typename 
std::remove_reference<T>::type>::type;

Review comment:
       changed to `detail::remove_cvref_t` from our own gsl.h in f936b60




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to