From eb4b78c58d474639b408d11cee2769347447997c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 10 Jul 2017 13:33:36 -0600 Subject: [PATCH] Add changelog entry. --- doc/news/changes/incompatibilities/20170710Bangerth | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20170710Bangerth diff --git a/doc/news/changes/incompatibilities/20170710Bangerth b/doc/news/changes/incompatibilities/20170710Bangerth new file mode 100644 index 0000000000..90e15f1993 --- /dev/null +++ b/doc/news/changes/incompatibilities/20170710Bangerth @@ -0,0 +1,10 @@ +Changed: The TableIndices class had a single constructor that just +took as many indices as one wanted, and padded any unassigned indices +with numbers::invalid_unsigned_int. This invited mistakes and indeed +led to difficult to track down errors. +
+This constructor is therefore now deprecated, and has been replaced by +a series of constructors with between one and five arguments that can +be used for objects of type TableIndices<1> to TableIndices<5>. +
+(Wolfgang Bangerth, 2017/07/10) -- 2.39.5