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
Change-Id: I1fb129e180f9690d6933fe1e9750f2fb15e6d9b5
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/recipes-extended/stdplus/stdplus_git.bb b/recipes-extended/stdplus/stdplus_git.bb
index 038ef37..7c7794b 100644
--- a/recipes-extended/stdplus/stdplus_git.bb
+++ b/recipes-extended/stdplus/stdplus_git.bb
@@ -17,6 +17,6 @@
"
SRC_URI += "git://github.com/openbmc/stdplus"
-SRCREV = "3b35fcf3b0ec0d37e427aa03ba758f9b578d58e2"
+SRCREV = "ba7d754e0e0afac3082691843366228b733386ed"
S = "${WORKDIR}/git"