Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
7d1508e090636534a08971690df0384f752fddf1
7d1508e090636534a08971690df0384f752fddf1
Switch branch/tag
yaml-cpp
src
token.cpp
Find file
Normal view
History
Permalink
token.cpp
86 Bytes
Edit
Web IDE
Newer
Older
- Reintegrated the other-tags branch into my staging branch. Local edits were...
rtweeks21
committed
Oct 16, 2010
1
2
3
4
5
6
#include "token.h"
namespace
YAML
{
const
std
::
string
Token
::
PLAIN_SCALAR
(
"pln"
);
}