ivanseidel / LinkedList

🔗 A fully implemented LinkedList made to work with general Microcontrollers and Arduino projects
MIT License
347 stars 120 forks source link

Type requires no arg constructor #64

Open abdasgup opened 1 year ago

abdasgup commented 1 year ago

Nowhere in the documentation it mentions that the type T must have a no-arg constructor for this to work.

Please specify in the documentation explicitly, otherwise figuring it out may cost a lot of time to the developer like it did for me.