andreasbuhr / cppcoro

A library of C++ coroutine abstractions for the coroutines TS
MIT License
364 stars 53 forks source link

added default initializer for pointers in generator.hpp #73

Closed Bernhard-L closed 1 year ago

Bernhard-L commented 1 year ago

trying to make shure all primitives (in this case pointers) are initialized with some defined values

andreasbuhr commented 1 year ago

Thanks a lot