repo.or.cz
/
sol.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Inherit result from integral_constant instead of internal typedefs for math result
[sol.git]
/
sol
/
config.cpp
blob
f413b19a3e58fe476456bf8dedcad46a8b67f8bd
1
#include <sol/config.hpp>
2
3
4
namespace
sol
{
5
6
7
char const
*
const
sys_info
::
compiler_name
=
SOL_COMPILER_NAME
;
8
char const
*
const
sys_info
::
arch_name
=
SOL_ARCH_NAME
;
9
char const
*
const
sys_info
::
os_name
=
SOL_OS_NAME
;
10
11
12
}
// namespace sol