Content deleted Content added
No edit summary |
|||
Line 20:
<source lang="c++">
inline bool
{
switch (m) {
Line 37:
<source lang="c++">
inline bool
{
static const bool T[] = { 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0 };
|
No edit summary |
|||
Line 20:
<source lang="c++">
inline bool
{
switch (m) {
Line 37:
<source lang="c++">
inline bool
{
static const bool T[] = { 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0 };
|