]> www.ginac.de Git - cln.git/blobdiff - src/float/base/cl_ieee.cc
* All Files have been modified for inclusion of namespace cln;
[cln.git] / src / float / base / cl_ieee.cc
index fb4ca4939770187e8da5c13017d85b5879148e1c..5c77350843b326f5612738e3af7374fa3101d916 100644 (file)
@@ -46,7 +46,11 @@ AT_INITIALIZATION(ieee)
 
 #endif
 
+namespace cln {
+
 // This dummy links in this module whenever some module needs IEEE floats.
 int cl_ieee_module;
 
+}  // namespace cln
+
 CL_PROVIDE_END(cl_ieee)