aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/variable.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-08-26 15:26:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-08-26 15:26:48 +0200
commit3ed41628d7db8eeb3b797949053c15b84679c8f9 (patch)
tree19abfc2eddf10402352b1519f54638b3320e3675 /libbuild2/variable.txx
parentaf660dbeb882e19481117bff2257809eb86c4ee8 (diff)
Add missing symbol exports
Diffstat (limited to 'libbuild2/variable.txx')
-rw-r--r--libbuild2/variable.txx2
1 files changed, 1 insertions, 1 deletions
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 <typename T>