diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2021-05-19 11:50:24 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2021-05-19 11:50:24 +0200 |
commit | 54c4e69299b9c818c768e398d171d67cbd4fdea3 (patch) | |
tree | b4f3f8e59a2f1452f8bf902e39b4197008db0e5f /HISTORY | |
parent | 31b87544f1ca5580ad96d080e5b93793775b4fdb (diff) | |
download | vdr-54c4e69299b9c818c768e398d171d67cbd4fdea3.tar.gz vdr-54c4e69299b9c818c768e398d171d67cbd4fdea3.tar.bz2 |
Removed the macros __STL_CONFIG_H, _STL_ALGOBASE_H and _MOVE_H from tools.h
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9679,3 +9679,6 @@ Video Disk Recorder Revision History + Spawned timers that shall avoid recording reruns only store the recording's name in the donerecs,data file if there were no errors during recording, and if the timer has actually finished. +- Removed the macros __STL_CONFIG_H, _STL_ALGOBASE_H and _MOVE_H from tools.h. If your + plugin insists in using "using namespace std;" you can still define + DISABLE_TEMPLATES_COLLIDING_WITH_STL before including any VDR header files. |