[boost] Re: Virus defense

2003-08-23 Thread Bo Persson
roblem. It is no fun writing a virus for Linux, becase all 12 users would be infected immediately, and there it ends. If you write for Windows, you can infect a hundred million. Bo Persson ___ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

[boost] Re: UI++ [was: GUI sublanguage;Re: Re: Re: Re: GUI/GDI template library]

2003-08-09 Thread Bo Persson
re they will to if Notus turns out it be successful. .-) Bo Persson [EMAIL PROTECTED] ___ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

[boost] Re: Re: time_duration bug in Boost 1.30.0

2003-08-08 Thread Bo Persson
tually producing a bool value. Adding == 0 or != 0 is often all it takes. Bo Persson [EMAIL PROTECTED] ___ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

[boost] Re: lexical_cast issue

2003-07-21 Thread Bo Persson
be unavailable as there is an explicit specialisation further down this file that is designed to treat an unsigned short as a character. If you wish to read or write unsigned shorts to wchar_t streams, you should consider making wchar_t a native

[boost] Re: Review Request: cyclic_buffer

2003-06-09 Thread Bo Persson
"Alisdair Meredith" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > Bo Persson wrote: > > > Instead of dropping elements when the buffer is full, we might also > > consider waiting or throwing a failure. > > "The one true circul

[boost] Re: Review Request: cyclic_buffer

2003-06-09 Thread Bo Persson
t; pushing to the back and popping from the front. Could make it too general! A buffer where you add elements at one end and remove them from the other can have interesting multi-threading semantics if you have exactly one producer and one c

[boost] Re: Re: class proposal

2003-04-23 Thread Bo Persson
the value and not update a parameter: y = year_of_first_marriage(); Having a function lying about its purpose should be caught at its definition, not at each call of the function: void will_never_change_any_parameters_honest(int& x) { x = 7; } is easy to catch early. :-) Bo Persson [E

[boost] Re: Win32/VC++ 7.1 final beta regression tests posted

2003-02-18 Thread Bo Persson
tever you change doesn't screw up VC++ 7.0. > Disabling this warning would hardly affect 7.0, as it is just an indication that 7.1 properly usues argument-dependent lookup, which 7.0 does not (except for operators...). A lot of the fail