lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 41339667 06/13: Rename uncopyable_lmi.hpp ->


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 41339667 06/13: Rename uncopyable_lmi.hpp -> crtp_base.hpp
Date: Wed, 27 Jul 2022 15:16:33 -0400 (EDT)

branch: master
commit 41339667c05ee07674a943a5c825b5a6760ce300
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Rename uncopyable_lmi.hpp -> crtp_base.hpp
---
 uncopyable_lmi.hpp => crtp_base.hpp | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/uncopyable_lmi.hpp b/crtp_base.hpp
similarity index 97%
rename from uncopyable_lmi.hpp
rename to crtp_base.hpp
index a0e849a1..2d8cdb09 100644
--- a/uncopyable_lmi.hpp
+++ b/crtp_base.hpp
@@ -1,3 +1,5 @@
+// Convenient base classes that use CRTP.
+//
 // Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2022 Gregory 
W. Chicares.
 //
 // This program is free software; you can redistribute it and/or modify
@@ -17,8 +19,8 @@
 // email: <gchicares@sbcglobal.net>
 // snail: Chicares, 186 Belle Woods Drive, Glastonbury CT 06033, USA
 
-#ifndef uncopyable_lmi_hpp
-#define uncopyable_lmi_hpp
+#ifndef crtp_base_hpp
+#define crtp_base_hpp
 
 #include "config.hpp"
 
@@ -133,5 +135,5 @@ class uncopyable
 //     x = y;  // Error: cannot assign.
 // }
 
-#endif // uncopyable_lmi_hpp
+#endif // crtp_base_hpp
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]