subversion uses $ instead of $

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@747 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-10-17 19:48:40 +00:00
parent 53243f77ea
commit ea94f38878
7 changed files with 21 additions and 21 deletions

View file

@ -9,6 +9,11 @@
// for any purpose. It is provided "as is" without express or implied
// warranty.
////////////////////////////////////////////////////////////////////////////////
#ifndef LOKI_SAFEFORMAT_INC_
#define LOKI_SAFEFORMAT_INC_
// $Id$
////////////////////////////////////////////////////////////////////////////////
// This file contains definitions for SafePrintf. SafeScanf coming soon (the
@ -16,11 +21,6 @@
// See Alexandrescu, Andrei: Type-safe Formatting, C/C++ Users Journal, Aug 2005
////////////////////////////////////////////////////////////////////////////////
#ifndef LOKI_SAFEFORMAT_H_
#define LOKI_SAFEFORMAT_H_
// $Header$
#include <cstdio>
#include <string>
#include <stdexcept>