mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Various C++11-related changes.
* Switched to standard libraries for regex, unordered_map and unordered_set. * Switched to using the C++ syntax for C header includes (eg. `cstdint` rather than `stdint.h`). * Replaced IntToString with STL's to_string.
This commit is contained in:
+3
-3
@@ -36,13 +36,13 @@
|
||||
#include <clocale>
|
||||
#include <list>
|
||||
#include <vector>
|
||||
#include <regex>
|
||||
#include <unordered_set>
|
||||
#include <unordered_map>
|
||||
|
||||
#include <boost/regex.hpp>
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/filesystem/detail/utf8_codecvt_facet.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <boost/unordered_set.hpp>
|
||||
#include <boost/unordered_map.hpp>
|
||||
|
||||
const unsigned int loot_ok = loot::error::ok;
|
||||
const unsigned int loot_error_liblo_error = loot::error::liblo_error;
|
||||
|
||||
Reference in New Issue
Block a user