Project

General

Profile

Bug #2290 ยป workaround-boost-c 11-locale-example.patch

workaround to build locale.C in C++11 - soratobu kuroneko, 10/06/2013 10:38 PM

View differences:

examples/feature/locale/locale.C
*
* See the LICENSE file for terms of use.
*/
// see http://stackoverflow.com/questions/15234527/boost-1-53-local-date-time-compiler-error-with-std-c0x
#if __cplusplus >= 201103L
#define BOOST_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS
#endif
#include <Wt/WApplication>
#include <Wt/WAbstractTableModel>
    (1-1/1)