Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Shmoopty/veque

v1.3.7

20 Jun 00:19

Choose a tag to compare

Bugfixes

1.3.6

09 Jan 04:29
54e99bf

Choose a tag to compare

Faster still. Veque now avoids using the allocator when a reallocation is needed, but current storage satisfies the new allocation needs.

1.3.5

02 Jan 18:11
df361bd

Choose a tag to compare

Added missing stdlib header

1.3.4

27 Dec 16:08
912add8

Choose a tag to compare

Support for single-pass input iterators

v1.3.3

09 Dec 22:48

Choose a tag to compare

Obscure bug fix when using unusual resize traits

v1.3.2

08 Dec 16:43

Choose a tag to compare

Low-key performance and refactoring tweaks

v1.3.1

07 Dec 22:30

Choose a tag to compare

Added missing constructor

v1.3.0

07 Dec 19:09

Choose a tag to compare

Fixed missing inlining - gulp

v1.2.0

06 Dec 22:39
50fa5ba

Choose a tag to compare

Added new ResizeTraits traits template parameter. ResizeTraits controls how aggressively veque resizes and whether it follows std::vector iterator invalidation rules

v1.1.0

03 Dec 01:56

Choose a tag to compare

Very useful r/cpp feedback