From 8c1b8e19c68a4093c62e64d1716f484b87acac9d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Jul 2018 19:43:12 +0200 Subject: Work around Clang 3.8 const init issue --- libbutl/project-name.mxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/project-name.mxx') diff --git a/libbutl/project-name.mxx b/libbutl/project-name.mxx index 943ec8c..0ed94e2 100644 --- a/libbutl/project-name.mxx +++ b/libbutl/project-name.mxx @@ -54,7 +54,7 @@ LIBBUTL_MODEXPORT namespace butl // Create a special empty project name. // - project_name () = default; + project_name () {} // For Clang 3.8 (const initialization). // Create an arbitrary string that can be used in contexts that expect a // project name. For example, a project name pattern for use in ODB query -- cgit v1.1