Did some work checking the build on OSX. Looks like clang 14 is too old, will try later version.

This commit is contained in:
Zed A. Shaw 2025-02-13 13:15:23 -05:00
parent 8d9c2d8c05
commit 2a4ada81bb
7 changed files with 75 additions and 58 deletions

View file

@ -3,6 +3,7 @@
#include <unordered_map>
#include <functional>
#include <optional>
#include <vector>
namespace lel {
using Row = std::vector<std::string>;