-
Notifications
You must be signed in to change notification settings - Fork 10
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
Allow string literals and reflection in/of record dimension #737
Allow string literals and reflection in/of record dimension #737
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #737 +/- ##
===========================================
- Coverage 98.81% 98.79% -0.03%
===========================================
Files 75 75
Lines 7167 7197 +30
===========================================
+ Hits 7082 7110 +28
- Misses 85 87 +2 |
Why do you need to use string literals explicit for function arguments, but template arguments are implicit working. My suggestion, for the literal: |
In |
51bf100
to
d22bbb1
Compare
Thanks for clarification. |
d22bbb1
to
dc3a1b1
Compare
I like the idea of using string types to name the components. I suggest instead of I'm not sure if the example with BOOST suggests making llama depending on a boost feature but I would be happy if using |
How would you call
The new feature is entirely optional. It needs a recent enough Boost version. |
Allows the following:
Any better suggestions over
NamedField
and_Name
?And: