File: stdext.h

package info (click to toggle)
vdr-plugin-live 3.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,116 kB
  • sloc: cpp: 12,988; javascript: 3,220; makefile: 241; sh: 40
file content (8 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#pragma once

#if __cplusplus >= 201103L
   #include <functional>
   #include <memory>
#else
   #error "this plugin needs a compiler with C++11 support, ie. gcc-4.8.1 or higher"
#endif