mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Move 'last' and 'end' to their own namespace
This commit is contained in:
@@ -154,9 +154,13 @@ protected:
|
||||
|
||||
struct symb_last_tag {};
|
||||
|
||||
namespace placeholders {
|
||||
|
||||
static const symbolic_value<symb_last_tag> last;
|
||||
static const symbolic_add<symbolic_value<symb_last_tag>,symbolic_value_wrapper> end(last+1);
|
||||
|
||||
} // end namespace placeholders
|
||||
|
||||
//--------------------------------------------------------------------------------
|
||||
// integral constant
|
||||
//--------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user