[12630] Remove VS2008 support and general cleanup

This commit is contained in:
billy1arm 2013-05-31 13:20:28 +01:00 committed by Antz
parent e390c306dd
commit 1fa3b614ed
68 changed files with 991 additions and 19141 deletions

View file

@ -26,7 +26,7 @@
/** FactoryHolder holds a factory object of a specific type
*/
template<class T, class Key = std::string>
template < class T, class Key = std::string >
class MANGOS_DLL_DECL FactoryHolder
{
public: