On Wed, 20 Jan 2010, Derek Gaston wrote: > Actually... we just put in a change... we defined SUBDOMAIN_ID_MAX > (using UCHAR_MAX from climits) and we use that for 0 now instead.
OCD nitpick, feel free to ignore: Could we do it the C++ way instead of the C way? std::numeric_limits<subdomain_id_type>::max() should already be defined when subdomain_id_type is a typedef, and should still be easy for users to define if they try anything weirder. --- Roy ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
