mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
workaround for disable unicode literals and types
This commit is contained in:
parent
4e0b3991b1
commit
7240e883c5
26 changed files with 152 additions and 29 deletions
|
@ -8,6 +8,10 @@
|
|||
#ifndef SPROUT_CONFIG_CONFIG_HPP
|
||||
#define SPROUT_CONFIG_CONFIG_HPP
|
||||
|
||||
#ifndef SPROUT_CONFIG_DISABLE_USER_CONFIG
|
||||
# include <sprout/config/user_config.hpp>
|
||||
#endif // #ifndef SPROUT_CONFIG_DISABLE_USER_CONFIG
|
||||
|
||||
#ifndef SPROUT_CONFIG_DISABLE_AUTO_CONFIG
|
||||
# include <sprout/config/auto_config.hpp>
|
||||
#endif // #ifndef SPROUT_CONFIG_DISABLE_AUTO_CONFIG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue