stdplus: srcrev bump 3b35fcf3b0..ba7d754e0e
William A. Kennington III (6):
raw: Allow mutable spans to be extracted
raw: Simplify handling of const references
raw: Span doesn't need to only hold integral types
raw: Add the ability to extract references to data in buffers
raw: Allow prvalue references to have data referenced
raw: Fix span and string_view construnction from views
(From meta-phosphor rev: b950f8cde3ee1224a0d8eafda91cb8f8ca59f348)
Change-Id: I14c802e84cb678e11c4105dbe37dea81b48fe6e0
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
index 038ef37..7c7794b 100644
--- a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
+++ b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
@@ -17,6 +17,6 @@
"
SRC_URI += "git://github.com/openbmc/stdplus"
-SRCREV = "3b35fcf3b0ec0d37e427aa03ba758f9b578d58e2"
+SRCREV = "ba7d754e0e0afac3082691843366228b733386ed"
S = "${WORKDIR}/git"