ha/service-mgmt/sm-db-1.0.0
Bin Qian c2c8228d30 sm components to use C++11 standard
This commit does not have any functional or performance change.
This change adds -std=c++11 compile option to Makefiles to
enalbe using C++11 standard features.
This change also cleans errors that c++11 standard complains:
Werror=literal-suffix,
e.g:
   "msg_seq=%"PRIi64"."
   error: invalid suffix on literal;
          C++11 requires a space between literal and identifier
changed to:
   "msg_seq=%" PRIi64 "."

Story: 2003493
Task: 24770

Change-Id: I0225a4326ff8320f36246cc5678698781e903617
Signed-off-by: Bin Qian <bin.qian@windriver.com>
2018-08-20 15:44:01 +00:00
..
centos StarlingX open source release updates 2018-05-31 07:36:26 -07:00
database Unexpected swact after rebooting standby controller 2018-08-08 17:06:45 -04:00
patches StarlingX open source release updates 2018-05-31 07:36:26 -07:00
scripts StarlingX open source release updates 2018-05-31 07:36:26 -07:00
src sm components to use C++11 standard 2018-08-20 15:44:01 +00:00
upgrades Shorten "addons/wr-cgcs/layers/cgcs" to just "stx" 2018-07-04 11:00:45 -04:00
LICENSE StarlingX open source release updates 2018-05-31 07:36:26 -07:00
Makefile StarlingX open source release updates 2018-05-31 07:36:26 -07:00