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 130
130
131
131
// \ref {pair.piecewise }, pair piecewise construction
132
132
struct piecewise_construct_t { };
133
- constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t() ;
133
+ constexpr piecewise_construct_t piecewise_construct{} ;
134
134
template <class... Types> class tuple; // defined in \tcode {<tuple>}
135
135
@
136
136
\indexlibrary {\idxcode {index_sequence}}%
965
965
\indexlibrary {\idxcode {piecewise_construct}}%
966
966
\begin {itemdecl }
967
967
struct piecewise_construct_t { };
968
- constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t() ;
968
+ constexpr piecewise_construct_t piecewise_construct{} ;
969
969
\end {itemdecl }
970
970
971
971
\pnum
2983
2983
2984
2984
// \ref {allocator.tag }, allocator argument tag
2985
2985
struct allocator_arg_t { };
2986
- constexpr allocator_arg_t allocator_arg = allocator_arg_t() ;
2986
+ constexpr allocator_arg_t allocator_arg{} ;
2987
2987
2988
2988
// \ref {allocator.uses }, \tcode {uses_allocator}
2989
2989
template <class T, class Alloc> struct uses_allocator;
3462
3462
\begin {itemdecl }
3463
3463
namespace std {
3464
3464
struct allocator_arg_t { };
3465
- constexpr allocator_arg_t allocator_arg = allocator_arg_t() ;
3465
+ constexpr allocator_arg_t allocator_arg{} ;
3466
3466
}
3467
3467
\end {itemdecl }
3468
3468
You can’t perform that action at this time.
0 commit comments