build: switch to C++14

Cleanup core/common.hpp

Change-Id: I6566b0224e24716691d5896462aa7613547ed950
Refs: #3076
This commit is contained in:
Davide Pesavento
2018-05-10 22:05:21 -04:00
parent 89db73c443
commit 60f8cc12e2
14 changed files with 46 additions and 51 deletions
+4 -2
View File
@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/**
* Copyright (c) 2015, Arizona Board of Regents.
/*
* Copyright (c) 2015-2018, Arizona Board of Regents.
*
* This file is part of ndn-tools (Named Data Networking Essential Tools).
* See AUTHORS.md for complete list of ndn-tools authors and contributors.
@@ -22,6 +22,8 @@
#include "ping-server.hpp"
#include <ndn-cxx/security/signing-helpers.hpp>
namespace ndn {
namespace ping {
namespace server {