added QSE_CPP_RVREF.

enhanced Array and BinaryHeap for C++11
This commit is contained in:
2015-03-20 13:53:54 +00:00
parent 1e839dba3d
commit 087faf9f67
24 changed files with 333 additions and 100 deletions

View File

@ -42,7 +42,7 @@
# if defined(_WIN32) || defined(__OS2__) || defined(__DOS__)
# define HAVE_CEIL
# define HAVE_FLOOR
# if !defined(__WATCOMC__)
# if !defined(__WATCOMC__) && !defined(__BORLANDC__)
# define HAVE_ROUND
# endif
# define HAVE_SINH