From 3ed41628d7db8eeb3b797949053c15b84679c8f9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 26 Aug 2020 15:26:48 +0200 Subject: Add missing symbol exports --- libbuild2/filesystem.hxx | 2 +- libbuild2/variable.txx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2') diff --git a/libbuild2/filesystem.hxx b/libbuild2/filesystem.hxx index 5d26524..5169964 100644 --- a/libbuild2/filesystem.hxx +++ b/libbuild2/filesystem.hxx @@ -80,7 +80,7 @@ namespace build2 // Rename a file (or file symlink) overwriting the destination if exists. // - void + LIBBUILD2_SYMEXPORT void mvfile (const path& from, const path& to, uint16_t verbosity = 1); // Remove the file (unless dry-run) and print the standard diagnostics diff --git a/libbuild2/variable.txx b/libbuild2/variable.txx index 0e10e87..8fa1d7c 100644 --- a/libbuild2/variable.txx +++ b/libbuild2/variable.txx @@ -55,7 +55,7 @@ namespace build2 (n == 0 ? " value: empty" : " value: multiple names")); } - [[noreturn]] void + [[noreturn]] LIBBUILD2_SYMEXPORT void convert_throw (const value_type* from, const value_type& to); template -- cgit v1.1