这个提交包含在:
Christos Houtouridis 2019-01-12 19:20:35 +02:00
父节点 682b06857f
当前提交 962b3236dc

查看文件

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