Hi John,

Darn! This came just a few minutes ago (reading from gmane).

I've just built quickbook with msvc and the spurious output in the xml went away, unfortunately I've never really been able to get the xslt transform working unders Windows (as opposed to cygwin which is quite straightforward).

When using cygwin built quickbook I'm seeing things like:

template <class T>
struct is_void<T>;
e role="identifier">std</phrase>

Note the extra line of garbage.

Can you send me the xml file? It might give me some hints.
I can't reproduce the problem. Also, can you try again from
a fresh CVS upfate? I did some tweaks which might fix the
CR/LF problem but I can't confirm this because I can't reproduce
the problem in the first place.

Could this have anything to do the the gcc std lib? I've seen problems like this before because libstdc++ does not append a terminating null to the buffer held by std::string, unless you call basic_string<>::c_str(), this sometimes causes problems if you call basic_string<>::data() and expect it to be null terminated (it's not required to be according to the std). Of course you know all of this already :-)

Yeah. Nothing like that is happening.

One other thing: building quickbook with msvc was not a pleasant experience, I've spent twenty minutes or so waiting for quickbook to build, most of that time was taken up by the console trying to dispay *thousands* of lines of warnings.

Now this is confirmed. It seems that there were some changes in
the building of MSVC that causes this. I fixed the things I
have control over but I can't fix others. Some warnings are
from somewhere deep inside (e.g. type_traits).

[...]

Regards,
--
Joel de Guzman
http://www.boost-consulting.com
http://spirit.sf.net



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Boost-docs mailing list
[email protected]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to