Imported Upstream version 17.14.0
[platform/upstream/libzypp.git] / zypp / Arch.h
index e781b19..d726671 100644 (file)
@@ -345,6 +345,9 @@ namespace std
 { /////////////////////////////////////////////////////////////////
   /** \relates zypp::Arch Default order for std::container based Arch::compare.*/
   template<>
+#ifdef __clang__
+constexpr
+#endif
     inline bool less<zypp::Arch>::operator()( const zypp::Arch & lhs, const zypp::Arch & rhs ) const
     { return lhs.compare( rhs ) < 0; }
   /////////////////////////////////////////////////////////////////