mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 21:56:30 +01:00
Move a couple of #undef's
'pbd/timing.h' now includes a call to 'std::numeric_limits<>::max()'
This commit is contained in:
parent
7e78d1c786
commit
07466440c4
2 changed files with 5 additions and 5 deletions
|
|
@ -22,11 +22,6 @@
|
|||
#include <sstream>
|
||||
#include <limits>
|
||||
|
||||
#ifdef COMPILER_MSVC
|
||||
#undef min
|
||||
#undef max
|
||||
#endif
|
||||
|
||||
namespace PBD {
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue