summaryrefslogtreecommitdiff
path: root/boost/concept/usage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/concept/usage.hpp')
-rw-r--r--boost/concept/usage.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/boost/concept/usage.hpp b/boost/concept/usage.hpp
index 21547c31f4..e73370fb37 100644
--- a/boost/concept/usage.hpp
+++ b/boost/concept/usage.hpp
@@ -10,12 +10,6 @@
namespace boost { namespace concepts {
-# if BOOST_WORKAROUND(__GNUC__, == 2)
-
-# define BOOST_CONCEPT_USAGE(model) ~model()
-
-# else
-
template <class Model>
struct usage_requirements
{
@@ -37,8 +31,6 @@ struct usage_requirements
# endif
-# endif
-
}} // namespace boost::concepts
#endif // BOOST_CONCEPT_USAGE_DWA2006919_HPP