From 6cc4d8aec29a32ece0dc7f72afe77b2addd367a3 Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Wed, 7 Oct 2020 23:42:02 +0300 Subject: [PATCH] build: boost: Drop boost-1.44-specific checks --- src/App/Application.cpp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/App/Application.cpp b/src/App/Application.cpp index 8473f35190..e536c6efff 100644 --- a/src/App/Application.cpp +++ b/src/App/Application.cpp @@ -2374,23 +2374,10 @@ void Application::LoadParameters(void) // fix weird error while linking boost (all versions of VC) // VS2010: https://forum.freecadweb.org/viewtopic.php?f=4&t=1886&p=12553&hilit=boost%3A%3Afilesystem%3A%3Aget#p12553 namespace boost { namespace program_options { std::string arg="arg"; } } -#if (defined (BOOST_VERSION) && (BOOST_VERSION >= 104100)) namespace boost { namespace program_options { const unsigned options_description::m_default_line_length = 80; } } #endif -#endif - -#if 0 // it seems that SUSE has fixed the broken boost package -// reported for SUSE in issue #0000208 -#if defined(__GNUC__) -#if BOOST_VERSION == 104400 -namespace boost { namespace filesystem { - bool no_check( const std::string & ) { return true; } -} } -#endif -#endif -#endif pair customSyntax(const string& s) {