소스 검색

提升版本号到2.3.2

tags/v2.9.7
tearshark 4 년 전
부모
커밋
30aaddfed3
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 3
    0
      benchmark/benchmark_async_mem.cpp
  2. 1
    1
      librf/src/def.h

+ 3
- 0
benchmark/benchmark_async_mem.cpp 파일 보기

@@ -33,3 +33,6 @@ void resumable_main_benchmark_mem()
std::cout << "press any key to continue." << std::endl;
(void)_getch();
}
//clang : 平均 210字节
//msvc : 平均600字节

+ 1
- 1
librf/src/def.h 파일 보기

@@ -1,6 +1,6 @@
#pragma once
#define LIB_RESUMEF_VERSION 20301 // 2.3.1
#define LIB_RESUMEF_VERSION 20302 // 2.3.2
#if defined(RESUMEF_MODULE_EXPORT)
#define RESUMEF_NS export namespace resumef

Loading…
취소
저장