From 4f6281e52d3183ae53510d59474f6e4708da40c3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 22 Aug 2022 13:06:56 -0400 Subject: Replace boost with standard C++17 facilities --- .clant.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.clant.json') diff --git a/.clant.json b/.clant.json index d178369..23d71fd 100644 --- a/.clant.json +++ b/.clant.json @@ -1,8 +1,6 @@ { "version": "1.0.0", "mapping_files": [ - ".includes.imp", - "boost-1.64-all-private.imp", - "boost-1.64-all.imp" + ".includes.imp" ] } -- cgit v1.2.1