diff options
author | David Robillard <d@drobilla.net> | 2013-02-23 20:07:09 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-02-23 20:07:09 +0000 |
commit | 94aeeab837a02a07e109598165ab76b765889bd9 (patch) | |
tree | e3da229d43d0f124f920057d6d6fdce9c06ad9c2 /raul | |
parent | 8c4f74f7705ba6909ffbd0d04ce8fe93c2224eab (diff) | |
download | raul-94aeeab837a02a07e109598165ab76b765889bd9.tar.gz raul-94aeeab837a02a07e109598165ab76b765889bd9.tar.bz2 raul-94aeeab837a02a07e109598165ab76b765889bd9.zip |
Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@5077 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul')
-rw-r--r-- | raul/fmt.hpp | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/raul/fmt.hpp b/raul/fmt.hpp deleted file mode 100644 index 8af82f0..0000000 --- a/raul/fmt.hpp +++ /dev/null @@ -1,28 +0,0 @@ -/* - This file is part of Raul. - Copyright 2007-2012 David Robillard <http://drobilla.net> - - Raul is free software: you can redistribute it and/or modify it under the - terms of the GNU General Public License as published by the Free Software - Foundation, either version 3 of the License, or any later version. - - Raul is distributed in the hope that it will be useful, but WITHOUT ANY - WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - A PARTICULAR PURPOSE. See the GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with Raul. If not, see <http://www.gnu.org/licenses/>. -*/ - -#ifndef RAUL_FMT_HPP -#define RAUL_FMT_HPP - -#include <boost/format.hpp> - -namespace Raul { - -typedef boost::basic_format<char> fmt; - -} // namespace Raul - -#endif // RAUL_FMT_HPP |