Re: [boost] licence proliferation (filesystem and variant libraries)

2003-06-15 Thread Beman Dawes
At 08:01 AM 6/15/2003, John Maddock wrote: The following four files: boost/filesystem/exception.hpp boost/filesystem/operations.hpp boost/variant/detail/move.hpp libs/filesystem/src/exception.cpp Use a licence that is different from any other file in boost (the closest approximation appears to

[boost] Re: mpl::push_back broken?

2003-06-15 Thread David Abrahams
Maxim Egorushkin [EMAIL PROTECTED] writes: Hi, I have some difficulty with mpl::push_back. It's the reason for compile time errors on Intel C++ 7 and MS VC 7.1. I had to switch to using mpl::insert instead. The error on MS VC 7.1 is: mpl_sort.cpp(60) : error C2039: 'type' : is not a

Re: [boost] decorated streambufs (was: Interest in library generatingstreambufs ...)

2003-06-15 Thread Larry Evans
Larry Evans wrote: Larry Evans wrote: [snip] Please see the just uploaded marg_ostreambuf.cpp for a little better version. The just uploaded test_ostreambuf_decorator.zip contains renamed classes as well as virtual {detach,attach}_ostream to avoid using ostream* m_ostream==0 as flag

[boost] Re: mpl::push_back broken?

2003-06-15 Thread Maxim Egorushkin
David Abrahams [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] In this version of MPL, vector only supports push_front/pop_front, so that it's possible to write algorithms which work on both lists and vectors. The next version will fix that by providing list (O(1) front

[boost] Changed CRC

2003-06-15 Thread Daryle Walker
In CVS, I added an example file to the CRC library. I changed the documentation to point to the example file. Daryle ___ Unsubscribe other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

[boost] Would anyone mind an ios_state_saver addition?

2003-06-15 Thread Daryle Walker
I was thinking of adding I/O state-saving classes for the positioning information. This is given by tellg and seekg for input streams and tellp and seekp for output streams. Would anyone mind? Would these have to be reviewed? Daryle ___

[boost] Re: Re: Re: Re: Some questions on the FSM submission

2003-06-15 Thread Andreas Huber
Hi Scott, [snip] But it seemed to be a successful modeling and I had to concede; why should a niche concept such as protocols foul the global namespace of a generic modeling language? I see... [snip] 1. Events that can carry parameters 2. A call-back mechanism a la boost::function, so

[boost] Re: Re: Re: Some questions on the FSM submission

2003-06-15 Thread Andreas Huber
Jeff, http://www.rational.com/products/whitepapers/441.jsp?SMSESSION=NO From one of the tool vendors: http://www.telelogic.com/products/tau/languages/uml_sdl/background.cfm Interesting. Thanks for the links. 4) I think you are right that your submission can cover most of the ground of

[boost] Re: BOOST_STATIC_WARNING ?

2003-06-15 Thread Pavel Vozenilek
Robert Ramey [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] H - I never imagined that something like this would be so problematic. For now with my VC 7.0 compiler I can use the following and it gives me almost exactly what I need. The warning message points exactly to the

Re: [boost] Re: Re: Re: Re: Some questions on the FSM submission

2003-06-15 Thread Scott Woods
Hi Andreas (welcome back), Yes. Think with 1, 2 and putting distance between boost::fsm and comms you have nailed something for me. Maybe there will eventually be a boost::signaling (damn thats somewhat overused) or boost::eventing (sounds like a horse race) that will complement your

Re: [boost] Mac OS 10 type_traits/type_with_alignment.hpp

2003-06-15 Thread Douglas Gregor
- Original Message - From: Ralf W. Grosse-Kunstleve [EMAIL PROTECTED] To: Boost mailing list [EMAIL PROTECTED] Sent: Saturday, June 07, 2003 5:50 AM Subject: Re: [boost] Mac OS 10 type_traits/type_with_alignment.hpp --- Douglas Gregor [EMAIL PROTECTED] wrote:

[boost] Re: Changed CRC

2003-06-15 Thread Vladimir Prus
Daryle Walker wrote: In CVS, I added an example file to the CRC library. I changed the documentation to point to the example file. Daryle, I see this code in the example: do { ifs.read( buffer, buffer_size ); len = ifs.gcount();

[boost] Re: Licence proliferation (Graph library)

2003-06-15 Thread Vladimir Prus
John Maddock wrote: The following two files: boost/graph/transitive_closure.hpp boost/graph/vector_as_graph.hpp Use a licence that is different from any other file in boost (the closest approximation appears to be that used by the lambda and function libraries). Is it possible to avoid