mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 04:27:20 +02:00
Enhancements - Complete Record parsing
- Enhanced Record unit tests - Fixed broken Att unit tests - Fixed broken Att
This commit is contained in:
parent
75c220c352
commit
a98951a8c3
5 changed files with 54 additions and 77 deletions
|
@ -36,9 +36,7 @@ class Record : public std::map <std::string, Att>
|
|||
{
|
||||
public:
|
||||
Record (); // Default constructor
|
||||
Record (const Record&); // Copy constructor
|
||||
Record (const std::string&); // Copy constructor
|
||||
Record& operator= (const Record&); // Assignment operator
|
||||
virtual ~Record (); // Destructor
|
||||
|
||||
std::string composeF4 ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue