Drew Rife

Results 6 issues of Drew Rife

Would this be worth it? Right now I have to specify --database-name to get the generated files to be the same name as the database file so that Makefile will...

Building with Tasking Tricore v6.3r1 compiler, with C++14 as the standard, I get the following warnings: ``` cptc W0111: ["path/to/st_tree/include/st_tree_nodes.h" 130] statement is unreachable cptc W0111: ["path/to/st_tree/include/st_tree_nodes.h" 723] statement is...

I noticed that the strong typedefs _ETL_TYPEDEF_ doesn't use constexpr when I think it could. I think this could additionally be applied to the custom enum macro and user type...

If this is already implemented and I didn't find it in the ETL documentation then please forgive me. I think it would be nice and I'm interested in implementing a...

feature request

I didn't see one when searching your library, if I missed it my apologies. I have implemented my own that I think would do well here :). It is very...

feature request

I've tried searching the documentation and couldn't find anything. I've created a CRTP-based LinkedList and Node that might be useful for this project. It allows you to also have dynamic...