Christos Houtouridis 5 years ago
parent
commit
962b3236dc
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      include/utl/impl/concepts.h

+ 2
- 2
include/utl/impl/concepts.h View File

@@ -22,7 +22,7 @@
#define __utl_impl_concepts_h__ #define __utl_impl_concepts_h__
/*! /*!
* utl inner concept preprecessor flag
* utl inner concept preprocessor flag
* \defgroup crtp * \defgroup crtp
* \ingroup impl * \ingroup impl
*/ */
@@ -32,7 +32,7 @@
#endif #endif
/*! /*!
* requires keyword wraper
* requires keyword wrapper
*/ */
#if defined _utl_have_concepts #if defined _utl_have_concepts
#define _requires(_r_) requires (_r_) #define _requires(_r_) requires (_r_)


Loading…
Cancel
Save