Fixed make_unique to work with C++14+ compilers
authorErich Keane <erich.keane@intel.com>
Tue, 3 Feb 2015 23:05:21 +0000 (15:05 -0800)
committerSudarshan Prasad <sudarshan.prasad@intel.com>
Fri, 6 Feb 2015 03:22:43 +0000 (03:22 +0000)
commit4a41a65600fa3e6383f367a485f22eadfab0e52b
tree311a54eb2f1a96c57e2ad1f30d7f9f4168805bcd
parentf7da4795eeebddac37434ba60c8c91b3f581c4c3
Fixed make_unique to work with C++14+ compilers

Previous solution didn't correctly import the make_unique from
C++14/1z when using the new compiler.  This ensures that OC::make_unique
will always work correctly.

Change-Id: Ibb7456f6375c5c16553bb76c71646ec911190c0f
Signed-off-by: Erich Keane <erich.keane@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/299
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Ossama Othman <ossama.othman@intel.com>
Reviewed-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
resource/include/OCUtilities.h