- Timestamp:
- Aug 31, 2021, 1:49:10 AM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
- Children:
- e1e506b
- Parents:
- a3f2a3e
- git-author:
- Jacob Prud'homme <jafprudhomme@…> (08/24/21 13:11:39)
- git-committer:
- Jacob Prud'homme <jafprudhomme@…> (08/31/21 01:49:10)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/parseconfig.hfa
ra3f2a3e rc166f4e 27 27 this.variable = (void *)&variable; 28 28 this.parse = (bool (*)(const char *, void *))(bool (*)(const char *, T &))parse; 29 this.validate = null_validat ion;29 this.validate = null_validator; 30 30 } 31 31 … … 43 43 this.variable = (void *)&variable; 44 44 this.parse = (bool (*)(const char *, void *))(bool (*)(const char *, T &))parse; 45 this.validate = null_validat ion;45 this.validate = null_validator; 46 46 } 47 47
Note: See TracChangeset
for help on using the changeset viewer.