quicktype
quicktype copied to clipboard
fix: #1592 c++ type re-definition errors
add ifndef macro to supress re-definition errors
fix #1592
Hey all. I need this fix, is there any reason it can't be merged? C++ code generation is broken without it when you combine multiple generated files. Adding a simple ifndef check seems like a very good idea to get this resolved. Thanks!
Thanks so much!