[mlpack-svn] r14645 - mlpack/trunk/src/mlpack/core/arma_extend

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Mar 20 23:25:52 EDT 2013


Author: rcurtin
Date: 2013-03-20 23:25:52 -0400 (Wed, 20 Mar 2013)
New Revision: 14645

Modified:
   mlpack/trunk/src/mlpack/core/arma_extend/hdf5_misc.hpp
Log:
Explicit namespace inclusion.


Modified: mlpack/trunk/src/mlpack/core/arma_extend/hdf5_misc.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/arma_extend/hdf5_misc.hpp	2013-03-21 03:19:17 UTC (rev 14644)
+++ mlpack/trunk/src/mlpack/core/arma_extend/hdf5_misc.hpp	2013-03-21 03:25:52 UTC (rev 14645)
@@ -1,5 +1,7 @@
 // To hack in u64/s64 support to Armadillo when it is not compiled with
 // ARMA_64BIT_WORD.
+namespace hdf5_misc {
+
 #if defined(ARMA_USE_HDF5)
   #if !(defined(ARMA_64BIT_WORD) || defined(ARMA_USE_U64S64))
     #if defined(ULLONG_MAX)
@@ -21,3 +23,5 @@
     #endif
   #endif
 #endif
+
+} // namespace hdf5_misc




More information about the mlpack-svn mailing list