[boost] [BGL] compound edge properties

2003-09-04 Thread Petr Ovchenkov
Hi, I am try to walk through graph with edges that has properties defined as 'color' and 'weght' properties combination. But I don't uderstand how access 'color' property by correct way? Can anybody help to me? Thanks in advance, - Petr ---

[boost] Boost.Test request

2003-08-14 Thread Petr Ovchenkov
Hi. What you think about conditional expansion of macros from test_tools.hpp? Something like #ifdef BOOST_TEST_NO_CHECKS # define BOOST_CHECKPOINT(message_) # define BOOST_WARN(predicate) #else // BOOST_TEST_NO_CHECKS // Boost.Test #include #include #include #include // BOOST #include

[boost] Re: Novell NetWare support (filesystem), patch

2003-06-20 Thread Petr Ovchenkov
BOOST_WINDOWS. It's mix: paths are like Windows variation, system calls more close to POSIX. Thanks for you efforts, - Petr Ovchenkov ___ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

[boost] Novell NetWare support (filesystem), patch

2003-06-16 Thread Petr Ovchenkov
I made attempt to use boost's filesystem on Novell NetWare (Metrowerks CodeWarrior compiler). See attached patch to boost 1.30.0 below. - Petr Ovchenkov diff -c -r -x CVS boost_1_30_0/libs/filesystem/src/exception.cpp boost/libs/filesystem/src/exception.cpp *** boost_1_30_0/libs/files