]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/concept_check.hpp
Cmake build: Omit files with names not starting with aplha character.
[lyx.git] / boost / boost / concept_check.hpp
index 01b2f4ec275ae42a80eb9ee0c3385a7f5287c9e8..bf5a2af783b12f189ab683457dcdf4a3b93e9177 100644 (file)
@@ -1052,11 +1052,11 @@ namespace boost
         c.swap(c);
       }
 
-      void const_constraints(const C& c) {
-        ci = c.begin();
-        ci = c.end();
-        n = c.size();
-        b = c.empty();
+      void const_constraints(const C& cc) {
+        ci = cc.begin();
+        ci = cc.end();
+        n = cc.size();
+        b = cc.empty();
       }
 
     private: