cxx: Some code style in examples
authorJean-Philippe Andre <jp.andre@samsung.com>
Mon, 13 Nov 2017 02:43:04 +0000 (11:43 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 5 Dec 2017 01:09:58 +0000 (10:09 +0900)
commit1997e1b3d02f4ff6869775d855bcb80ea89233fc
treece77f8dc76a6a2b16aa014b5e1089f5725a74b1a
parent258a214e0f88915fce7651d4de595a2863716e40
cxx: Some code style in examples

Use the common form
  Class a(instantiate);
instead of
  auto a = Class(instantiate);

Also modify bg example to not use an policy.
src/examples/elementary/bg_cxx_example_01.cc
src/examples/elementary/bg_cxx_example_02.cc
src/examples/elementary/box_cxx_example_02.cc
src/examples/elementary/calendar_cxx_example_02.cc