Skip to content

Commit

Permalink
bdlt_iso8601util: doc tweak (#4784)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalawawa authored and GitHub Enterprise committed Jun 10, 2024
1 parent f9169d0 commit d86110f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions groups/bdl/bdlt/bdlt_iso8601util.h
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,6 @@ struct Iso8601Util {
static int generate(std::string *string,
const DatetimeOrDatetimeTz& object,
const GenerateConfiguration& configuration);

#ifdef BSLS_LIBRARYFEATURES_HAS_CPP17_PMR_STRING
static int generate(std::pmr::string *string,
const bsls::TimeInterval& object);
Expand Down Expand Up @@ -977,14 +976,15 @@ struct Iso8601Util {
static int generate(std::pmr::string *string,
const DatetimeOrDatetimeTz& object,
const GenerateConfiguration& configuration);
#endif
// Load the ISO 8601 representation of the specified 'object' into the
// specified 'string'. Optionally specify a 'configuration' to affect
// specified 'string' of type 'bsl::string', 'std::string', or
// 'std::pmr::string'. Optionally specify a 'configuration' to affect
// the format of the generated string. If 'configuration' is not
// supplied, the process-wide default value
// 'Iso8601UtilConfiguration::defaultConfiguration()' is used. Return
// the number of characters in the formatted string. The previous
// contents of 'string' (if any) are discarded.
#endif

static bsl::ostream& generate(
bsl::ostream& stream,
Expand Down

0 comments on commit d86110f

Please sign in to comment.