move tribool obj into request_parser
This commit is contained in:
committed by
Patrick Niklaus
parent
efee07e20b
commit
262cdd7bc0
@@ -1,17 +0,0 @@
|
||||
#ifndef TRIBOOL_HPP
|
||||
#define TRIBOOL_HPP
|
||||
|
||||
namespace osrm
|
||||
{
|
||||
namespace util
|
||||
{
|
||||
|
||||
enum class tribool : char
|
||||
{
|
||||
yes,
|
||||
no,
|
||||
indeterminate
|
||||
};
|
||||
}
|
||||
}
|
||||
#endif // TRIBOOL_HPP
|
||||
Reference in New Issue
Block a user