blob: 536d011a43899b22ef0bf796480191c8d181ed7f [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 Thompson3d613fd2013-10-15 15:39:04 -07004#ifndef NDNBOOST_CONCEPT_BACKWARD_COMPATIBILITY_DWA200968_HPP
5# define NDNBOOST_CONCEPT_BACKWARD_COMPATIBILITY_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 Thompson3d613fd2013-10-15 15:39:04 -070016#endif // NDNBOOST_CONCEPT_BACKWARD_COMPATIBILITY_DWA200968_HPP