From 8728018f93a73b08a68ab1cea502a5f6b4a2a79e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 May 2018 15:35:08 +0200 Subject: Regenerate libformat using bdep-new --- libformat/libformat/format.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libformat/libformat/format.hxx') diff --git a/libformat/libformat/format.hxx b/libformat/libformat/format.hxx index c711c16..3641b67 100644 --- a/libformat/libformat/format.hxx +++ b/libformat/libformat/format.hxx @@ -1,5 +1,3 @@ -// file: libformat/format.hxx -*- C++ -*- - #pragma once #include @@ -10,6 +8,6 @@ namespace format { enum class volume {quiet, normal, loud}; - LIBFORMAT_EXPORT std::string - message (const std::string& greeting, const std::string& name, volume); + LIBFORMAT_SYMEXPORT std::string + format_hello (const std::string& greeting, const std::string& name, volume); } -- cgit v1.1