No more using namespace std

This commit is contained in:
blacklight 2009-08-16 18:05:35 +02:00
parent 5cb0faef82
commit 458eab5e99
1 changed files with 6 additions and 3 deletions

View File

@ -11,15 +11,18 @@
* this program. If not, see <http://www.gnu.org/licenses/>. *
**************************************************************************************************/
#include <iostream>
#include <fstream>
#include <sstream>
using namespace std;
#include "neural++.hpp"
#include "Markup.h"
using std::vector;
using std::string;
using std::ifstream;
using std::ofstream;
using std::stringstream;
namespace neuralpp {
double __actv(double prop) {
return prop;