Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xdmf
Xdmf
Commits
da547f36
Commit
da547f36
authored
Jan 21, 2011
by
Brian Panneton
Browse files
FIX: Added more exports for Win32
parent
0831d7bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
XdmfItemFactory.hpp
View file @
da547f36
...
...
@@ -37,4 +37,8 @@ private:
};
#ifdef _WIN32
XDMF_TEMPLATE
template
class
XDMF_EXPORT
boost
::
shared_ptr
<
XdmfItemFactory
>;
#endif
#endif
/* XDMFITEMFACTORY_HPP_ */
core/XdmfItem.hpp
View file @
da547f36
...
...
@@ -170,6 +170,8 @@ private:
};
#ifdef _WIN32
XDMFCORE_TEMPLATE
template
class
XDMFCORE_EXPORT
std
::
allocator
<
boost
::
shared_ptr
<
XdmfItem
>
>
;
XDMFCORE_TEMPLATE
template
class
XDMFCORE_EXPORT
std
::
vector
<
boost
::
shared_ptr
<
XdmfItem
>,
std
::
allocator
<
boost
::
shared_ptr
<
XdmfItem
>
>
>
;
XDMFCORE_TEMPLATE
template
class
XDMFCORE_EXPORT
std
::
allocator
<
boost
::
shared_ptr
<
XdmfInformation
>
>
;
XDMFCORE_TEMPLATE
template
class
XDMFCORE_EXPORT
std
::
vector
<
boost
::
shared_ptr
<
XdmfInformation
>,
std
::
allocator
<
boost
::
shared_ptr
<
XdmfInformation
>
>
>
;
XDMFCORE_TEMPLATE
template
class
XDMFCORE_EXPORT
boost
::
shared_ptr
<
Loki
::
BaseVisitor
>;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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