Added the correct namespace to the file

This commit is contained in:
2018-11-09 00:53:45 -05:00
parent 72153267df
commit 81b50f92f6

View File

@@ -10,6 +10,8 @@
#include <vector> #include <vector>
#include <cinttypes> #include <cinttypes>
namespace mee{
template<class T> template<class T>
std::vector<T> getPrimes(T goalNumber){ std::vector<T> getPrimes(T goalNumber){
@@ -87,4 +89,7 @@ bool isFound(T num, std::vector<T> list){
} }
}
#endif //MEE_ALGORITHMS_HPP #endif //MEE_ALGORITHMS_HPP