Allow std::function<return_type(arg_type)> patterns in cpplint.
Before this change, cpplint would erroneously recognize `return_type(arg_type)' within `std::function<return_type(arg_type)>' as a C-style cast. Change-Id: I41933fbdbb835e2950304de29edd33b16939708d
Loading
Please sign in to comment