Always use std::min, std::max.

This commit is contained in:
John Hood
2018-08-15 01:44:54 -04:00
parent e5f8a826ef
commit fb23168ed9
5 changed files with 10 additions and 11 deletions
-1
View File
@@ -39,7 +39,6 @@
#include "terminaloverlay.h"
using namespace Overlay;
using std::max;
void ConditionalOverlayCell::apply( Framebuffer &fb, uint64_t confirmed_epoch, int row, bool flag ) const
{