commit | 17f6b97257ef79f6252a5a45ac3a1e647b3a5fd0 | [log] [tgz] |
---|---|---|
author | Dominik Laskowski <domlaskowski@google.com> | Tue Jan 25 13:41:52 2022 -0800 |
committer | Dominik Laskowski <domlaskowski@google.com> | Tue Feb 15 16:40:46 2022 -0800 |
tree | 5ff26555ebda65667f718e90cf6ac747576d1cad | |
parent | 953b7fd033714607ac14e106102835ecf03e3dc5 [diff] |
FTL: Prevent InitializerList overflow Users so far use the deduction guide, but this should not compile: ftl::StaticVector<int, 1> vector = ftl::init::list<int>(0)(1); Bug: 185536303 Test: m ftl_test Change-Id: Icc1263ebdb9326948f0fc2f9c9f01f21b0b8302d