extend PBD::ID API to allow construction and operator== using uint64_t
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 5 May 2017 11:18:06 +0000 (12:18 +0100)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 5 May 2017 17:56:25 +0000 (18:56 +0100)
commitccd19ed0615bfb300bedc23ac48de7f426a7948e
tree24a86e76bbbbb15c24f904040c16f527990f9853
parent417f63a29e54bc962eeb9e5855656f7f7da8c55f
extend PBD::ID API to allow construction and operator== using uint64_t

This is theoretically dangerous, because a PBD::ID is supposed to be unique, and this new constructor
cannot guarantee that. However, the same danger already exists with the std::string-based constructor
libs/pbd/id.cc
libs/pbd/pbd/id.h