Index: src/Common/ScopedMap.hpp
===================================================================
--- src/Common/ScopedMap.hpp	(revision ee229195501e7db133476406201f42f5c6b18479)
+++ src/Common/ScopedMap.hpp	(revision 47f791e6f1a364c5017e7c6343a5dee8f7a50578)
@@ -10,6 +10,6 @@
 // Created On       : Wed Dec 2 11:37:00 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Feb 15 08:41:28 2022
-// Update Count     : 5
+// Last Modified On : Mon May 13 07:32:09 2024
+// Update Count     : 6
 //
 
@@ -31,4 +31,5 @@
 class ScopedMap {
 	typedef std::map< Key, Value > MapType;
+public:
 	struct Scope {
 		MapType map;
@@ -44,4 +45,5 @@
 		Scope & operator= (Scope &&) = default;
 	};
+  private:
 	typedef std::vector< Scope > ScopeList;
 
Index: src/Common/SemanticError.hpp
===================================================================
--- src/Common/SemanticError.hpp	(revision ee229195501e7db133476406201f42f5c6b18479)
+++ src/Common/SemanticError.hpp	(revision 47f791e6f1a364c5017e7c6343a5dee8f7a50578)
@@ -10,6 +10,6 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sun Dec 15 21:04:32 2024
-// Update Count     : 77
+// Last Modified On : Tue Apr  1 11:11:33 2025
+// Update Count     : 79
 //
 
@@ -65,5 +65,5 @@
 	{"gcc-attributes"           , Severity::Warn, "invalid attribute: %s." },
 	{"c++-like-copy"            , Severity::Warn, "Constructor from reference is not a valid copy constructor." },
-	{"depreciated-trait-syntax" , Severity::Warn, "trait type-parameters are now specified using the forall clause." },
+	{"depreciated-trait-syntax" , Severity::Warn, "trait type-parameters, trait name(T,U), now specified using forall clause, forall(T,U) trait name." },
 };
 
