parent
b3687caab2
commit
91d019523f
1 changed files with 2 additions and 0 deletions
|
@ -4097,6 +4097,8 @@ public:
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// This version of the constructor is here for compatibility with pre-C++14 std::vector.
|
||||||
|
// value is unused.
|
||||||
VmaVector(size_t count, const T& value, const AllocatorT& allocator)
|
VmaVector(size_t count, const T& value, const AllocatorT& allocator)
|
||||||
: VmaVector(count, allocator) {}
|
: VmaVector(count, allocator) {}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue