diff options
author | tobo <tobo@yandex-team.com> | 2024-10-22 22:48:54 +0300 |
---|---|---|
committer | tobo <tobo@yandex-team.com> | 2024-10-22 23:06:25 +0300 |
commit | a76b79c4e2cd66be012c9e74367aac5e4070b709 (patch) | |
tree | 40b178449181642bf2cc23a7322ea58e9341826c /library/cpp/containers/bitseq/ya.make | |
parent | b96dac434453917b81db6116596ff45e7748553a (diff) | |
download | ydb-a76b79c4e2cd66be012c9e74367aac5e4070b709.tar.gz |
PopCount => std::popcount
commit_hash:b648a03fff23eec34a775607e9435d77a885a27a
Diffstat (limited to 'library/cpp/containers/bitseq/ya.make')
-rw-r--r-- | library/cpp/containers/bitseq/ya.make | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/cpp/containers/bitseq/ya.make b/library/cpp/containers/bitseq/ya.make index a59c3e765e..49249f366f 100644 --- a/library/cpp/containers/bitseq/ya.make +++ b/library/cpp/containers/bitseq/ya.make @@ -2,7 +2,6 @@ LIBRARY() PEERDIR( util/draft - library/cpp/pop_count ) SRCS( |