Add a way to use typename without relying on __PRETTY_FUNCTION__

This is now enabled by default in doorkeeper.
This commit is contained in:
King_DuckZ 2015-06-28 01:23:01 +02:00
parent 7140ee6b38
commit 9f9ab65ff3
8 changed files with 98 additions and 55 deletions

View file

@ -1,6 +1,7 @@
#include "doorkeeper/helpers/asciimapsource.hpp"
#include "doorkeeper/implem/compatibility.h"
#include "doorkeeper/helpers/typename.hpp"
#include "doorkeeper/helpers/typename_native.hpp"
#include "asciimap_parser.hpp"
#include <fstream>
#include <iomanip>