token.cpp 86 Bytes
Newer Older
1
2
3
4
5
6
#include "token.h"

namespace YAML
{
  const std::string Token::PLAIN_SCALAR("pln");
}