|
Boost : |
From: Oliver.Kowalke_at_[hidden]
Date: 2007-05-07 01:09:04
Hello,
Instead of
bool is_null() const
and
static guid const& null()
I would prefer
bool is_nil() const
and
static guid const& nil().
I'de like to see uuid v1 (node hardware address + time based).
Access to MAC:
- on HP/UX you could use DLPI interface (example:
http://h10025.www1.hp.com/ewfrf/wc/genericDocument?docname=c00904700&cc=
us&dlc=en&lc=en&jumpid=reg_R1002_USEN)
- ::ioctl + SIOCGIFHWADDR on Linux
Because my apps are bloated if I use some header-only libraries from
boost I'de like to see guid library not as header-only library - but
this was already discussed in this mailing list.
Regards, Oliver
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk