Commit 01e3a316 authored by Dan Ibanez's avatar Dan Ibanez
Browse files

put Few in the global namespace...

parent 992becc7
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -3,9 +3,6 @@

#include <Kokkos_Core.hpp>

namespace Kokkos {
namespace Experimental {

template <typename T, std::size_t n>
class Few {
  alignas(T) char array_[n * sizeof(T)];
@@ -65,7 +62,4 @@ class Few {
  }
};

}
}

#endif