File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 130130
131131 // \ref {pair.piecewise }, pair piecewise construction
132132 struct piecewise_construct_t { };
133- constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t() ;
133+ constexpr piecewise_construct_t piecewise_construct{} ;
134134 template <class... Types> class tuple; // defined in \tcode {<tuple>}
135135@
136136\indexlibrary {\idxcode {index_sequence}}%
965965\indexlibrary {\idxcode {piecewise_construct}}%
966966\begin {itemdecl }
967967struct piecewise_construct_t { };
968- constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t() ;
968+ constexpr piecewise_construct_t piecewise_construct{} ;
969969\end {itemdecl }
970970
971971\pnum
29832983
29842984 // \ref {allocator.tag }, allocator argument tag
29852985 struct allocator_arg_t { };
2986- constexpr allocator_arg_t allocator_arg = allocator_arg_t() ;
2986+ constexpr allocator_arg_t allocator_arg{} ;
29872987
29882988 // \ref {allocator.uses }, \tcode {uses_allocator}
29892989 template <class T, class Alloc> struct uses_allocator;
34623462\begin {itemdecl }
34633463namespace std {
34643464 struct allocator_arg_t { };
3465- constexpr allocator_arg_t allocator_arg = allocator_arg_t() ;
3465+ constexpr allocator_arg_t allocator_arg{} ;
34663466}
34673467\end {itemdecl }
34683468
You can’t perform that action at this time.
0 commit comments