Skip to content

Commit f36f79c

Browse files
committed
revert reserve
1 parent 56a5671 commit f36f79c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/geode/basic/mapping.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ namespace geode
4040
template < typename T >
4141
using Storage = typename StorageType< T >::Type;
4242

43-
[[deprecated]] void reserve( index_t capacity )
43+
void reserve( index_t capacity )
4444
{
45-
geode_unused( capacity );
45+
in2out_.reserve( capacity );
46+
out2in_.reserve( capacity );
4647
}
4748

4849
void clear()

0 commit comments

Comments
 (0)