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> |
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> |