summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-06-11 10:05:34 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-06-11 10:05:34 +0200
commit0a2c88c2884e1c1ec0228b481745314e1b44fb4e (patch)
treec5b3747dcc24d60dd279534563b31d637a264d7a /HISTORY
parentc70d62aeb44360bc0e19241534dda113db190351 (diff)
downloadvdr-0a2c88c2884e1c1ec0228b481745314e1b44fb4e.tar.gz
vdr-0a2c88c2884e1c1ec0228b481745314e1b44fb4e.tar.bz2
Introduced the new macro DISABLE_TEMPLATES_COLLIDING_WITH_STL2.3.7
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 150ae394..45b72215 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9126,3 +9126,6 @@ Video Disk Recorder Revision History
had an abandoned member of class cSchedulesLock, which, as a side effect, caused an
invalid lock sequence to be flagged (reported by Johann Friedrichs). In order to
have the compiler report such things, these macros have been changed.
+- Introduced the new macro DISABLE_TEMPLATES_COLLIDING_WITH_STL, which can be defined
+ before including tools.h in case some plugin needs to use the STL and gets error
+ messages regarding one of the template functions defined in tools.h.