Jun 16th update

This commit is contained in:
noam
2023-01-17 11:34:09 +02:00
parent 90bcc544a2
commit ad04b8d063
168 changed files with 64034 additions and 932 deletions

View File

@@ -15,10 +15,6 @@
#include <map>
#include "sasal.h"
SASAL_START // Orchestration - Modules
using namespace std;
using namespace cereal;
@@ -129,5 +125,3 @@ Package::serialize(JSONInputArchive & in_archive)
}
package_type = package_type_value->second;
}
SASAL_END