Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Jacyking/ormpp into temp
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacyking committed Aug 15, 2023
2 parents 18d3a6b + 03005dd commit d2cae80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions iguana/reflection.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,9 @@ constexpr std::array<frozen::string, N> get_alias_arr(Args... pairs) {
} \
static std::string_view fields() { \
static std::string alisa_fields; \
if (!alisa_fields.empty()) { \
return alisa_fields; \
} \
for (const auto &it : arr()) { \
alisa_fields += it.data(); \
alisa_fields += ","; \
Expand Down

0 comments on commit d2cae80

Please sign in to comment.