1
0
Fork 0
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:
bolero-MURAKAMI 2012-10-11 00:15:34 +09:00
parent 33c17736fa
commit 1ef528d204
11 changed files with 478 additions and 18 deletions

View file

@ -0,0 +1,15 @@
#ifndef SPROUT_LOGIC_TRIBOOL_TRIBOOL_FWD_HPP
#define SPROUT_LOGIC_TRIBOOL_TRIBOOL_FWD_HPP
#include <sprout/config.hpp>
namespace sprout {
namespace logic {
//
// tribool
//
class tribool;
} // namespace logic
} // namespace sprout
#endif // #ifndef SPROUT_LOGIC_TRIBOOL_TRIBOOL_FWD_HPP