소스 검색

Add TODO note about peculiarities with user_type_reg_name

Ole 10 년 전
부모
커밋
e09788b300
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lib/luwra/usertypes.hpp

+ 1 - 0
lib/luwra/usertypes.hpp

@@ -28,6 +28,7 @@ namespace internal {
 	template <typename T>
 	UserTypeID user_type_id = (void*) INTPTR_MAX;
 
+	// TODO: Figure out why qualifying `user_type_reg_name` with `static` or `const` causes trouble
 	/**
 	 * Registry name for a meta table which is associated with a user type
 	 */