mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-23 20:36:11 +08:00
Minor change top variable declaration
This commit is contained in:
parent
a8f07e0622
commit
fa891b9dbc
@ -1693,7 +1693,7 @@ namespace
|
||||
TEST(test_move)
|
||||
{
|
||||
const size_t SIZE = 10U;
|
||||
typedef etl::deque<std::unique_ptr<unsigned>, SIZE> Data;
|
||||
typedef etl::deque<std::unique_ptr<uint32_t>, SIZE> Data;
|
||||
|
||||
Data data1;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user