lilypond-devel
[Top][All Lists]
Advanced

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

function declaration in wrong file?


From: Frédéric Bron
Subject: function declaration in wrong file?
Date: Wed, 21 Aug 2013 21:00:15 +0200

The following functions are declared in flower/include/std-vector.hh
but defined in flower/std-string.cc:
vector<string> string_split (string str, char c);
string string_join (vector<string> const &strs, const string &infix);

This does not sound logical to me. What about moving the declaration
to std-string.hh?

Frédéric



reply via email to

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