Skip to content
Commit e97b194c authored by Dennis Nienhüser's avatar Dennis Nienhüser
Browse files

Move static const member initialization out of class scope

To compile with C++ 11, those would need to be changed to
static constexpr with in-class initialization; MSVC 10 however does not
know about constexpr
parent 5ba7bfb9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment