On Fri, 2010-10-22 at 23:24 +0400, emathemat(a)gmail.com wrote:
At this moment if you want to link hubbub(and parserutils) library
from C++ code it is necessary to wrap include directives with such
construction
extern "C" {
#include <hubbub/hubbub.h>
}
This is not hard, but looks ugly.
So you'd prefer us to have the ugliness in the headers? :)
"Fixed" in SVN.
J.