Skip to content
Snippets Groups Projects
Commit ccc42830 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-418: Fix vector assignment for C++03.

For the time being we're still compiling for production with C++03. Although
assigning an initializer list to a vector is valid C++11, in C++03 mode clang
rejects it.
parent 93029a5a
No related branches found
No related tags found
No related merge requests found
Loading
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