summaryrefslogtreecommitdiffstats
path: root/.clant.json
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-22 13:06:56 -0400
committerDavid Robillard <d@drobilla.net>2022-08-22 13:07:38 -0400
commit4f6281e52d3183ae53510d59474f6e4708da40c3 (patch)
treee8b8386b865ca57c6999946213f3b1ccba5de27d /.clant.json
parent9c0d642a5397f418ba5c4882cc6b18e903af068f (diff)
downloadpatchage-4f6281e52d3183ae53510d59474f6e4708da40c3.tar.gz
patchage-4f6281e52d3183ae53510d59474f6e4708da40c3.tar.bz2
patchage-4f6281e52d3183ae53510d59474f6e4708da40c3.zip
Replace boost with standard C++17 facilities
Diffstat (limited to '.clant.json')
-rw-r--r--.clant.json4
1 files changed, 1 insertions, 3 deletions
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"
]
}