Skip to content
Snippets Groups Projects
Commit 4a1c7849 authored by Tammo Jan Dijkema's avatar Tammo Jan Dijkema
Browse files

Task #8521: remove check on HAVE_BOOST

parent 9c65e0eb
No related branches found
No related tags found
No related merge requests found
......@@ -53,10 +53,6 @@
# ifndef LOFAR_COMMON_OBJECT_FACTORY_H
# define LOFAR_COMMON_OBJECT_FACTORY_H
# ifndef HAVE_BOOST
# error The Boost.Preprocessor metaprogramming tools are required
# endif
# include <Common/lofar_map.h>
# include <Common/lofar_vector.h>
# include <boost/preprocessor/repetition.hpp>
......
......@@ -26,10 +26,6 @@
// \file
// namespace wrapper for Boost Smart Pointers
#if !defined(HAVE_BOOST)
#error Boost Smart Pointer classes are required.
#endif
#include <boost/smart_ptr.hpp>
namespace LOFAR
......
......@@ -26,10 +26,6 @@
// \file
// namespace wrapper for Boost.Thread
#if !defined(HAVE_BOOST)
#error Boost.Thread classes are required.
#endif
#ifndef USE_THREADS
#error Threading support unavailable: it should be explicitly enabled \
with USE_THREADS
......
......@@ -26,10 +26,6 @@
// \file
// namespace wrapper for Boost.Tribool
#if !defined(HAVE_BOOST)
#error Boost.Tribool is required.
#endif
#include <boost/logic/tribool.hpp>
namespace LOFAR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment