GuillaumeDua / CppShelf

Collection of powerfuls - C++ Single-Header Libraries Files
https://guillaumedua.github.io/CppShelf/
MIT License
9 stars 1 forks source link

[ag] generated elements in a separated file ? #223

Open GuillaumeDua opened 3 months ago

GuillaumeDua commented 3 months ago
/* etc... */
#if defined __has_include
#  if __has_include (<csl/ag/injections.hpp>)
#    include <csl/ag/injections.hpp>
#  endif
#endif
/* etc... */