Skip to content

Commit

Permalink
span-lite: upgrade 0.10.1 -> 0.10.3
Browse files Browse the repository at this point in the history
Fixes:

Properly constrain constructor from iterators
(martinmoene/span-lite#69)
Add [noreturn] to throw_out_of_range()
(martinmoene/span-lite#73)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
wangmingyu84 authored and kraj committed Oct 13, 2021
1 parent 31bfc65 commit f299b7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LICENSE = "BSL-1.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"

SRC_URI += "git://github.com/martinmoene/span-lite"
SRCREV = "da49b231a25600b4431e00b564a6a20be95c1108"
SRCREV = "cbb9c3c5162a0d7018c7b3e053153a04d4fbbbb9"

S = "${WORKDIR}/git"

Expand Down

0 comments on commit f299b7e

Please sign in to comment.