blob: 7a79b95e4b9557703d9d4e48dcc350a6c0b4b01b [file] [log] [blame]
Jeff Thompsonef2d5a42013-08-22 19:09:24 -07001// Copyright David Abrahams 2009. Distributed under the Boost
2// Software License, Version 1.0. (See accompanying
3// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Jeff Thompson2491bd62013-10-15 17:10:24 -07004#ifndef NDNBOOST_CONCEPT_BACKWARD_COMPATIBILITY_NDNBOOST_DWA200968_HPP
5# define NDNBOOST_CONCEPT_BACKWARD_COMPATIBILITY_NDNBOOST_DWA200968_HPP
Jeff Thompsonef2d5a42013-08-22 19:09:24 -07006
7namespace ndnboost
8{
9 namespace concepts {}
10
Jeff Thompson3d613fd2013-10-15 15:39:04 -070011# if defined(NDNBOOST_HAS_CONCEPTS) && !defined(NDNBOOST_CONCEPT_NO_BACKWARD_KEYWORD)
Jeff Thompsonef2d5a42013-08-22 19:09:24 -070012 namespace concept = concepts;
13# endif
14} // namespace ndnboost::concept
15
Jeff Thompson2491bd62013-10-15 17:10:24 -070016#endif // NDNBOOST_CONCEPT_BACKWARD_COMPATIBILITY_NDNBOOST_DWA200968_HPP