Skip to content

Instantly share code, notes, and snippets.

@izaak-coleman
izaak-coleman / cqf_memory.cpp
Last active April 29, 2020 21:26
TEST: cqf_memory.cpp
#include <iostream>
#include <set>
#include <fstream>
#include "gqf_cpp.h"
/**
* @brief Get a list of sample files.
* @param file_list has one file path per line
*/
std::vector<std::string> read_file_list(std::string file_list) {