From eeb155ebc35c5947234f731c333e2bd71ea88974 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 28 Aug 2024 09:36:16 +0200 Subject: Add support for JSON compilation database generation and maintenance See the "Compilation Database" section in the "cc Module" chapter of the manual for details. --- libbuild2/variable.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libbuild2/variable.cxx') diff --git a/libbuild2/variable.cxx b/libbuild2/variable.cxx index 0ec23d3..0abc360 100644 --- a/libbuild2/variable.cxx +++ b/libbuild2/variable.cxx @@ -3320,10 +3320,13 @@ namespace build2 value_traits>>>; template struct LIBBUILD2_DEFEXPORT + value_traits>>>; + + template struct LIBBUILD2_DEFEXPORT value_traits, string>>>; template struct LIBBUILD2_DEFEXPORT - value_traits>>>; + value_traits, bool>>>; template struct LIBBUILD2_DEFEXPORT value_traits>; template struct LIBBUILD2_DEFEXPORT value_traits>; -- cgit v1.1