Index: src/libchcore/TPath.h =================================================================== diff -u -N -rf866db90e4b058a4f2e13cc6cf076d1e0bf2d956 -rcca174e74e108de1f5729e4cc6c46d2b9a5e25a7 --- src/libchcore/TPath.h (.../TPath.h) (revision f866db90e4b058a4f2e13cc6cf076d1e0bf2d956) +++ src/libchcore/TPath.h (.../TPath.h) (revision cca174e74e108de1f5729e4cc6c46d2b9a5e25a7) @@ -30,7 +30,7 @@ class LIBCHCORE_API TSmartPath { protected: - BOOST_STATIC_CONSTANT(bool, DefaultCaseSensitivity = false); + static const bool DefaultCaseSensitivity = false; public: // Construction/destruction