lgqss commented on code in PR #3547:
URL: https://github.com/apache/brpc/pull/3547#discussion_r4023352825


##########
src/butil/containers/optional.h:
##########
@@ -145,45 +145,45 @@ class optional {
 
     optional(optional&& rhs) noexcept = default;
 
-    template <typename U, typename std::enable_if<
+    template <typename U, std::enable_if_t<

Review Comment:
   enable_if_t 后续不再支持c++11编译了吗



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to