ETLCPP / etl

Embedded Template Library
https://www.etlcpp.com
MIT License
2.05k stars 372 forks source link

absolute include path in optional.h #856

Closed MickroC closed 3 months ago

MickroC commented 3 months ago

Applies to version 20.38.0 - 20.38.10: The file optional.h includes multiple other files (e.g. _private/diagnosticpop.h) but instead of using paths relatively to itself, it inlcudes starting at the etl directory. For me this is a problem, because for all ETL features I've used so far, it was not necessary to add the etl directory to my global project include paths. Actually, I have no etl directory, because I've copied its content to an other location, which better fits my usual project structure. Is it possible to adapt the include style of optional.h to the usual ETL style?

MickroC commented 3 months ago

sorry, my mistake! I just didn't update correctly. In version 20.38.10 this is already fixed!