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
---
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_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
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