Blender Git Loki

Git Commits -> Revision 3d4e92e

Revision 3d4e92e by Sybren A. Stüvel (master)
January 16, 2019, 09:59 (GMT)
Alembic: C++11 doesn't need the space between '> >'

C++11 doesn't need the space between '> >' in a nested templated
declaration, so instead of `std::vector<std::pair<a, b> >` we can now
write `std::vector<std::pair<a, b> >`.

Commit Details:

Full Hash: 3d4e92eb9625c8cfd09cba650ff292b0eb634c0b
Parent Commit: 3ce9bce
Lines Changed: +8, -8

5 Modified Paths:

/source/blender/alembic/intern/abc_mesh.cc (+3, -3) (Diff)
/source/blender/alembic/intern/abc_mesh.h (+1, -1) (Diff)
/source/blender/alembic/intern/abc_nurbs.cc (+2, -2) (Diff)
/source/blender/alembic/intern/abc_nurbs.h (+1, -1) (Diff)
/source/blender/alembic/intern/abc_object.h (+1, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021