From 38c17f093615a16a4b4ec6dc2b5d3edb5c1d3895 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 27 Sep 2018 21:40:52 -0400 Subject: More hkutil refactoring All database access goes through hatkirby::database now. verbly::token, verbly::statement::condition, and verbly::part have been converted to use mpark::variant now. verbly::binding has been deleted, and replaced with a mpark::variant typedef in statement.h. This means that the only remaining tagged union class is verbly::generator::part. refs #5 --- vendor/hkutil | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/hkutil') diff --git a/vendor/hkutil b/vendor/hkutil index b430eb5..a9a5996 160000 --- a/vendor/hkutil +++ b/vendor/hkutil @@ -1 +1 @@ -Subproject commit b430eb58654298d17492a36c7bcda9f803a327fe +Subproject commit a9a5996310bb33207d3338f353aab97b9ed3a5e8 -- cgit 1.4.1