Skip to content
Commit ffad4f8f authored by Felix's avatar Felix Committed by Piotr Zegar
Browse files

[clang-tidy] Container-size-empty fixed c++ version in tests to support string_literals operator

The goal of this PR is to properly implement the std::string_literals::operator""s that was added in commit (4001ae17) but was later changed in commit (ba52a10f).

The operator""s was added in c++14 but we were running tests under c++11 which would raise an error when compiling the file.

Reviewed By: PiotrZSL

Differential Revision: https://reviews.llvm.org/D158691
parent 0c9c9dd9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment