- Fixed header include guards
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
///
|
||||
///
|
||||
|
||||
#ifndef FENNEC_LANGCPP_DETAIL_DECLVAL_H
|
||||
#define FENNEC_LANGCPP_DETAIL_DECLVAL_H
|
||||
#ifndef FENNEC_LANG_DETAIL_DECLVAL_H
|
||||
#define FENNEC_LANG_DETAIL_DECLVAL_H
|
||||
|
||||
#include <fennec/lang/constants.h>
|
||||
|
||||
@@ -43,4 +43,4 @@ template<typename T> struct _declval_protector : bool_constant<false> {};
|
||||
|
||||
}
|
||||
|
||||
#endif // FENNEC_LANGCPP_DETAIL_DECLVAL_H
|
||||
#endif // FENNEC_LANG_DETAIL_DECLVAL_H
|
||||
Reference in New Issue
Block a user