help-source-highlight
[Top][All Lists]
Advanced

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

[Help-source-highlight] Compile On Boost 1.33.0


From: Hayato Mikami
Subject: [Help-source-highlight] Compile On Boost 1.33.0
Date: Wed, 17 Aug 2005 07:06:52 +0900

Hi

I could not compile source-highlight 2.1.1 on Boost 1.33.0.
But now, I can compile.
I changed src/lib/regexpstatebuilder.cpp as follows.

100c100
<     throw boost::bad_expression("internal error");
---
>     throw boost::bad_expression(boost::regex_constants::error_unknown);

source-highlight 2.1.1 seems to work well.
I wait for source-highlight to correspond officially.

Hayato




reply via email to

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