diff options
author | Caio Marcelo de Oliveira Filho <[email protected]> | 2018-07-20 13:21:33 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2018-07-23 10:34:43 -0700 |
commit | 52d831ff83036773978aabf52dde3bb73bb211c7 (patch) | |
tree | b06cb4b7c3bfc7f6259733793f68ca4068db60d3 /.gitignore | |
parent | 6b73a97f84f86f4c3d3bbbbadf963c20b8e52b57 (diff) |
glsl: remove delegating constructors to allow build with C++98
Delegating constructors is a C++11 feature, so this was breaking when
compiling with C++98. Change the copy_propagation_state() calls that
used the convenience constructor to use a static member function
instead.
Since copy_propagation_state is expected to be heap allocated, this
change is a good fit.
Tested-by: Vinson Lee <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107305
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions