[cpp-sp] branch main updated: Fix stray character.
Scott Cantor
cantor.2 at osu.edu
Tue Jan 7 13:35:38 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=0b4078b64300f4a439b8abeefcda3c0f7cf750a0
The following commit(s) were added to refs/heads/main by this push:
new 0b4078b6 Fix stray character.
0b4078b6 is described below
commit 0b4078b64300f4a439b8abeefcda3c0f7cf750a0
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 7 08:35:32 2025 -0500
Fix stray character.
---
shibsp/impl/XMLRequestMapper.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shibsp/impl/XMLRequestMapper.cpp b/shibsp/impl/XMLRequestMapper.cpp
index b476a9df..fbab4711 100644
--- a/shibsp/impl/XMLRequestMapper.cpp
+++ b/shibsp/impl/XMLRequestMapper.cpp
@@ -45,7 +45,7 @@
namespace regexp = boost;
#else
# include <regex>
-namespace regexpp = std;
+namespace regexp = std;
#endif
using namespace shibsp;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list