From 29e51c17fdda4e456d88c6f99271685432d5b392 Mon Sep 17 00:00:00 2001 From: "Frank B. Brokken" Date: Fri, 2 Oct 2020 16:35:17 +0200 Subject: [PATCH] updated the stoul description --- annotations/yo/string/convertors.yo | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/annotations/yo/string/convertors.yo b/annotations/yo/string/convertors.yo index baf33220..fb9e377a 100644 --- a/annotations/yo/string/convertors.yo +++ b/annotations/yo/string/convertors.yo @@ -82,9 +82,8 @@ value = stoi(" 123"s, 0, 5); // assigns value 38) value of type tt(long long).) ithtq(stoul)(unsigned long stoul(std::string const &str, size_t *pos = 0, int base = 10)) - (A conversion as described with tt(stoi) (not allowing an initial + or - - character) is performed, but now to a value of type tt(unsigned - long).) + (A conversion as described with tt(stoi) is performed, but now to a + value of type tt(unsigned long).) ithtq(stoull)(unsigned long long stoull(std::string const &str, size_t *pos = 0, int base = 10)) (A conversion as described with tt(stoul) is performed, but now to a