A dynamic 'vector' container that cannot be resizedIs there a container like std::vector that is guaranteed not to be resized or re-allocated? I would ...
Specializing boost::unordered_set to handle 'unordered' pairsI needed a hash-container to take advantage of constant-time searches so I came to unordered_set. Un...
Brace-enclosed initializer list not possible with derived types?Ok thanks for clearing that up. How about when you are creating a temporary variable (maybe it's an...
Brace-enclosed initializer list not possible with derived types?Okay, so basically not without explicitly defining constructors. The reason I started using initiali...
Brace-enclosed initializer list not possible with derived types?I just started to use initializer lists in my code. Correct me if I'm wrong but it seems not allo...
This user does not accept Private Messages