Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/overloaded proxies #50

Merged
merged 16 commits into from
Aug 6, 2023
Merged

Bugfix/overloaded proxies #50

merged 16 commits into from
Aug 6, 2023

Conversation

fabian-jung
Copy link
Owner

No description provided.

@fabian-jung fabian-jung force-pushed the bugfix/overloaded_proxies branch 5 times, most recently from 6aba595 to b97b1e1 Compare July 23, 2023 14:32
@fabian-jung fabian-jung force-pushed the bugfix/overloaded_proxies branch 2 times, most recently from e73afb3 to 4a5ec32 Compare August 6, 2023 21:17
std::array<int, 4> numbers { 1, 2, 3, 4 };
} foo;
// todo
// std::array<int, 4> numbers { 1, 2, 3, 4 };
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

array can be used

@@ -7,49 +7,4 @@

namespace data {

void reflection_aggregator_t::add_record_decl(record_decl_t decl) {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move implementation in cpp file

@fabian-jung fabian-jung merged commit 16e04bc into main Aug 6, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant