Parcourir la source

提升版本号到2.3.2

tags/v2.9.7
tearshark il y a 4 ans
Parent
révision
30aaddfed3
2 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 3
    0
      benchmark/benchmark_async_mem.cpp
  2. 1
    1
      librf/src/def.h

+ 3
- 0
benchmark/benchmark_async_mem.cpp Voir le fichier

@@ -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 Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer