Get rid of BOOST_CONSTEXPR for many signatures until compilers catch up with the expectations of the TS. Define _SCL_SECURE_NO_WARNINGS in test programs to quiet warnings.

This commit is contained in:
Beman
2015-07-15 20:41:24 -04:00
parent 090ab12074
commit 98b24e1406
3 changed files with 43 additions and 35 deletions
+4
View File
@@ -7,6 +7,10 @@
For more information, see http://www.boost.org
*/
#ifndef _SCL_SECURE_NO_WARNINGS
# define _SCL_SECURE_NO_WARNINGS
#endif
#include <iostream>
#include <algorithm>
#include <string>