From 1e18a93302965cdc77aa4b45bd80cbc6015cbecb Mon Sep 17 00:00:00 2001 From: vladislavbelov Date: Sun, 23 May 2021 22:01:18 +0000 Subject: [PATCH] Removes using shared_ptr to make STL usages consistent. Differential Revision: https://code.wildfiregames.com/D4005 This was SVN commit r25533. --- source/lib/precompiled.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/lib/precompiled.h b/source/lib/precompiled.h index aadc25b8f7..f4f11389f2 100644 --- a/source/lib/precompiled.h +++ b/source/lib/precompiled.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 Wildfire Games. +/* Copyright (C) 2021 Wildfire Games. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the @@ -81,7 +81,6 @@ double __cdecl abs(double x); // not declared by mathimf #include #include -using std::shared_ptr; // (must come after boost and common lib headers, but before re-enabling // warnings to avoid boost spew)