Put the code inside a horus namespace
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
#include <ostream>
|
||||
|
||||
|
||||
namespace horus {
|
||||
|
||||
template <typename T, typename Compare = std::less<T>>
|
||||
class TinySet
|
||||
{
|
||||
@@ -402,5 +404,7 @@ TinySet<T,C>::consistent (void) const
|
||||
return true;
|
||||
}
|
||||
|
||||
} // namespace horus
|
||||
|
||||
#endif // YAP_PACKAGES_CLPBN_HORUS_TINYSET_H_
|
||||
|
||||
|
Reference in New Issue
Block a user