Disable test that triggers an MSVC bug

This commit is contained in:
Victor Zverovich
2017-11-12 09:47:15 -08:00
parent 18a0b94b0e
commit 7967c2f874
2 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -2336,7 +2336,8 @@ class dynamic_specs_handler :
: specs_setter<char_type>(specs), specs_(specs), context_(ctx) {}
constexpr dynamic_specs_handler(const dynamic_specs_handler &other)
: specs_setter(other), specs_(other.specs_), context_(other.context_) {}
: specs_setter<char_type>(other),
specs_(other.specs_), context_(other.context_) {}
template <typename Id>
constexpr void on_dynamic_width(Id arg_id) {