$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Wakely (cow_at_[hidden])
Date: 2005-03-24 07:22:35
I'm getting loads of errors like this:
/home/redi/src/boost/boost/numeric/ublas/matrix_sparse.hpp:2601: error: stray '\194' in program
/home/redi/src/boost/boost/numeric/ublas/matrix_sparse.hpp:2601: error: stray '\160' in program
This is because there are lots of UTF-8 encoded non-breaking space chars
used to indent lines 2601 - 2607, introduced in revision 1.57
The attached patch fixes the errors by replacing the nbsp characters
with good ol' ASCII spaces.
jon