Commit 1c98e783 authored by Dan Melnic's avatar Dan Melnic Committed by Facebook Github Bot

Fix broken opt folly build (-Werror,-Wunused-variable)

Summary: Fix broken opt folly build (-Werror,-Wunused-variable)

Reviewed By: yfeldblum

Differential Revision: D14593419

fbshipit-source-id: 5f298a2517fecfb33f8acf37b7d5ab9f714c934c
parent c6061900
......@@ -136,6 +136,7 @@ int main() {
2,
std::plus<>{});
std::ignore = fortyTwo;
assert(std::accumulate(vec.begin(), vec.end(), 2) == fortyTwo);
std::cout << "OK" << std::endl;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment