diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2021-05-26 13:37:53 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2021-05-26 13:37:53 +0200 |
commit | 58e21d8e374206531802b64ae0e5c260e2bf6bf7 (patch) | |
tree | 5fb094291d28c706489a945d11c4e4187c915c04 /CONTRIBUTORS | |
parent | e1f04cd6fae1f3496a09a8b061c8b51392e76579 (diff) | |
download | vdr-58e21d8e374206531802b64ae0e5c260e2bf6bf7.tar.gz vdr-58e21d8e374206531802b64ae0e5c260e2bf6bf7.tar.bz2 |
Now using __cplusplus instead of DISABLE_TEMPLATES_COLLIDING_WITH_STL, and using std::min(), std::max() and std::swap() if available
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ef7ddf5f..6ac848a9 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2780,6 +2780,8 @@ Winfried Köhler <w_koehl@gmx.de> for improving handling missing VDRPluginDestroyer() for fixing a compiler warning for fixing handling $(PKG_CONFIG) in newplugin + for using __cplusplus instead of DISABLE_TEMPLATES_COLLIDING_WITH_STL, and using + std::min(), std::max() and std::swap() is available Hans-Werner Hilse <hilse@web.de> for adding the command line option --userdump to enable core dumps in case VDR |