您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

22 行
287B

  1. #pragma once
  2. #if __has_include(<tweakable.tweaks.hpp>)
  3. #include <tweakable.tweaks.hpp>
  4. #endif
  5. namespace tweakable {
  6. namespace config {
  7. namespace defaults {
  8. const int value = 99;
  9. } // namespace defaults
  10. using namespace defaults;
  11. } // namespace config
  12. } // namespace tweakable