diff C++/Utf8.h @ 212:35e34b0b80d4

Utf8: remove namespace
author David Demelier <markand@malikania.fr>
date Sat, 22 Mar 2014 22:05:58 +0100
parents e8ab4c7b8a25
children e2a8cbf2dd79
line wrap: on
line diff
--- a/C++/Utf8.h	Sat Mar 22 22:02:24 2014 +0100
+++ b/C++/Utf8.h	Sat Mar 22 22:05:58 2014 +0100
@@ -28,8 +28,6 @@
 #include <stdexcept>
 #include <string>
 
-namespace irccd {
-
 /**
  * @class Utf8
  * @brief Conversion between UTF-8 and UCS-4
@@ -211,6 +209,4 @@
 	}
 };
 
-} // !irccd
-
 #endif // !_UTF8_H_