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

Extend tfield template parameters with FLDID32 #107

Open
HerbertKoelman opened this issue Nov 30, 2016 · 1 comment
Open

Extend tfield template parameters with FLDID32 #107

HerbertKoelman opened this issue Nov 30, 2016 · 1 comment
Milestone

Comments

@HerbertKoelman
Copy link
Owner

Change Tfield template declaration from template< class T > class Tfield to template< class T, FLDID32 F = 0 > class Tfield. This make it possible to declare typedefs of FML fields:

typedef amti::Tfield<std::string,EMPNAME> prenom_t;

prenom_t prenom;
prenom_t chief;
@HerbertKoelman HerbertKoelman added this to the v4.6.0 milestone Nov 30, 2016
@HerbertKoelman
Copy link
Owner Author

This change will impose a change in Tfield declaration syntax.

It's better to move this change into a major release

@HerbertKoelman HerbertKoelman modified the milestones: v5.0.0, v4.6.0 Dec 1, 2016
HerbertKoelman pushed a commit that referenced this issue Dec 2, 2016
HerbertKoelman pushed a commit that referenced this issue Dec 2, 2016
HerbertKoelman pushed a commit that referenced this issue Dec 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant