Skip to content
Snippets Groups Projects
Commit fc12c6d2 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Braces around initializer list.

parent dcd24fc0
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ protected:
template <typename T, std::size_t DIM>
TemplatePoint<T,DIM>::TemplatePoint() :
_x({0})
_x({{0}})
{}
template <typename T, std::size_t DIM>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment