Opened 9 years ago

Closed 5 years ago

#9635 closed Bugs (fixed)

UUID Library is_nil() Documentation

Reported by: aeliot@… Owned by: Andy Tompkins
Milestone: Boost 1.56.0 Component: uuid
Version: Boost 1.55.0 Severity: Cosmetic
Keywords: Documentation Cc:

Description

In the documentation for the UUID Library, a function boost::uuids::uuid::is_null() is listed for checking for nil uuid's. The function is in fact boost::uuids::uuid::is_nil() (line 85 of uuid.hpp), and the is_null function listed dose not exist.

Documentation link: http://www.boost.org/doc/libs/1_55_0/libs/uuid/uuid.html#Nil

Change History (3)

comment:1 by James E. King, III <jking@…>, 5 years ago

This was fixed in the 1.56 documentation.

comment:2 by Michael Caisse, 5 years ago

Milestone: To Be DeterminedBoost 1.56.0

comment:3 by James E. King, III, 5 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.