Activity
From 01/24/2017 to 02/02/2017
02/02/2017
01/27/2017
01/24/2017
- 04:28 PM Revision 9141fda7: Another minor tweak to the makefile to add the useful "-f" flag to rm so that it doesn't puke if the file(s) you're attempting to remove don't exist.
- 04:17 PM Revision 6e0e98fd: Minor tweak to makefile to delete the executable on clean.
- 04:11 PM Revision 258a530e: Adding a boolean helper function to my proof-of-concept.
- 03:47 PM Revision 143a60e7: After much contemplation I realized that my previous approach to solving this execute query template function problem was more wrong than right. Several days of staring at and reading about variadic templates later I figured out the correct way to accomplish my goal.