Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Praetorius, Simon
mtl4
Commits
39c0bcc9
Commit
39c0bcc9
authored
Dec 22, 2020
by
Praetorius, Simon
Browse files
move comparators into mtl namespace
parent
ff4baac0
Changes
1
Hide whitespace changes
Inline
Side-by-side
boost/numeric/itl/pc/comparators.hpp
View file @
39c0bcc9
// Software License for MTL
//
//
// Copyright (c) 2007 The Trustees of Indiana University.
// 2008 Dresden University of Technology and the Trustees of Indiana University.
// 2010 SimuNova UG (haftungsbeschränkt), www.simunova.com.
// All rights reserved.
// Authors: Peter Gottschling and Andrew Lumsdaine
//
//
// This file is part of the Matrix Template Library
//
//
// See also license.mtl.txt in the distribution.
//
// Algorithm inspired by Nick Vannieuwenhoven, written by Cornelius Steinhardt
...
...
@@ -26,6 +26,7 @@
#define POINTER long
namespace
mtl
{
namespace
compare
{
/**
...
...
@@ -59,6 +60,6 @@ struct address_hasher {
};
}
// end namespace compare
}
// end namespace mtl
#endif // MTL_COMPARATORS_INCLUDE
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment