ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/SiteMapper/SiteMapper.hpp
(Generate patch)

Comparing SiteMapper/SiteMapper.hpp (file contents):
Revision 186 by Douglas Thrift, 2004-07-26T11:03:09-07:00 vs.
Revision 197 by Douglas Thrift, 2004-08-30T17:50:22-07:00

# Line 8 | Line 8
8   #define _SiteMapper_hpp_
9  
10   #ifdef _WIN32
11 < #pragma warning(disable:4503 4786)
11 > #pragma warning(disable:4267 4503 4786)
12   #endif
13  
14   #include <iostream>
# Line 18 | Line 18
18   #include <vector>
19   #include <map>
20  
21 < using namespace std;
21 > using std::cin;
22 > using std::cout;
23 > using std::cerr;
24 > using std::ostream;
25 > using std::ofstream;
26 > using std::string;
27 > using std::ostringstream;
28 > using std::vector;
29 > using std::map;
30 > using std::multimap;
31 > using std::pair;
32  
33   #include <menes-api/console.hpp>
34   #include <menes-xml/document.hpp>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines