mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add logic::tribool
This commit is contained in:
parent
33c17736fa
commit
1ef528d204
11 changed files with 478 additions and 18 deletions
7
sprout/logic/tribool_fwd.hpp
Normal file
7
sprout/logic/tribool_fwd.hpp
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef SPROUT_LOGIC_TRIBOOL_FWD_HPP
|
||||
#define SPROUT_LOGIC_TRIBOOL_FWD_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/logic/tribool/tribool_fwd.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_LOGIC_TRIBOOL_FWD_HPP
|
Loading…
Add table
Add a link
Reference in a new issue