mirror of
https://github.com/vcmi/vcmi.git
synced 2026-05-22 09:55:17 +02:00
c++03 -> c++11 switch:
- use std versions of function, bind and ref - OVERRIDE -> override - NULL -> nullptr - use std versions of random distributions NOTE: this may be last revision that supports gcc-4.5
This commit is contained in:
@@ -1,15 +1,4 @@
|
||||
#pragma once
|
||||
#include "../../Global.h"
|
||||
#include <cassert>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include <boost/format.hpp>
|
||||
#include <boost/range/algorithm.hpp>
|
||||
#include <boost/type_traits.hpp>
|
||||
|
||||
#include <boost/foreach.hpp>
|
||||
#include <boost/thread/tss.hpp>
|
||||
|
||||
#include "Fuzzy.h"
|
||||
|
||||
#include <fstream>
|
||||
#include <queue>
|
||||
|
||||
Reference in New Issue
Block a user