Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.core
Commits
f92a894c
Commit
f92a894c
authored
Jul 30, 2014
by
André Anjos
💬
Browse files
Export cast.h
parent
38e6c86e
Changes
4
Hide whitespace changes
Inline
Side-by-side
bob/core/cpp/array_utils.h
View file @
f92a894c
...
...
@@ -16,8 +16,9 @@
#include <stdexcept>
#include <boost/format.hpp>
#include <bob.core/cast.h>
#include "array.h"
#include "cast.h"
namespace
bob
{
namespace
core
{
namespace
array
{
/**
...
...
bob/core/cpp/blitz_array.h
View file @
f92a894c
...
...
@@ -17,12 +17,12 @@
#include <blitz/array.h>
#include <bob.core/check.h>
#include <bob.core/cast.h>
#include <bob.core/array_copy.h>
#include "array.h"
#include "array_utils.h"
#include "array_type.h"
#include "cast.h"
namespace
bob
{
namespace
core
{
namespace
array
{
/**
...
...
bob/core/cpp/cast.cpp
View file @
f92a894c
...
...
@@ -8,7 +8,7 @@
* Copyright (C) Idiap Research Institute, Martigny, Switzerland
*/
#include
"
cast.h
"
#include
<bob.core/
cast.h
>
/**
* @brief Specializations of the cast function for the std::complex type.
...
...
bob/core/
cpp
/cast.h
→
bob/core/
include/bob.core
/cast.h
View file @
f92a894c
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment