lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [6599] Fix defect introduced 20160511T2355Z: missing visib


From: gchicares
Subject: [lmi-commits] [6599] Fix defect introduced 20160511T2355Z: missing visibility attributes
Date: Tue, 17 May 2016 23:02:28 +0000 (UTC)

Revision: 6599
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6599
Author:   chicares
Date:     2016-05-17 23:02:28 +0000 (Tue, 17 May 2016)
Log Message:
-----------
Fix defect introduced 20160511T2355Z: missing visibility attributes

Modified Paths:
--------------
    lmi/trunk/miscellany.hpp

Modified: lmi/trunk/miscellany.hpp
===================================================================
--- lmi/trunk/miscellany.hpp    2016-05-17 22:38:26 UTC (rev 6598)
+++ lmi/trunk/miscellany.hpp    2016-05-17 23:02:28 UTC (rev 6599)
@@ -100,11 +100,11 @@
 
 /// Remove superfluous characters from beginning of string.
 
-void ltrim(std::string& s, char const* superfluous);
+void LMI_SO ltrim(std::string& s, char const* superfluous);
 
 /// Remove superfluous characters from end of string.
 
-void rtrim(std::string& s, char const* superfluous);
+void LMI_SO rtrim(std::string& s, char const* superfluous);
 
 inline std::ios_base::openmode ios_in_binary()
 {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]