Last change
on this file since 395 was
395,
checked in by epyon, 10 years ago
|
- bulk update
copyright update
include guards cleanup
core/common.hh -> common.hh
minor cleanups
|
File size:
497 bytes
|
Rev | Line | |
---|
[387] | 1 | // Copyright (C) 2015 ChaosForge Ltd
|
---|
| 2 | // http://chaosforge.org/
|
---|
| 3 | //
|
---|
[395] | 4 | // This file is part of Nova libraries.
|
---|
| 5 | // For conditions of distribution and use, see copying.txt file in root folder.
|
---|
[387] | 6 |
|
---|
| 7 | /**
|
---|
| 8 | * @file common.hh
|
---|
| 9 | * @author Kornel Kisielewicz epyon@chaosforge.org
|
---|
| 10 | * @brief functional common
|
---|
| 11 | */
|
---|
| 12 |
|
---|
| 13 | #ifndef NV_STL_FUNCTIONAL_COMMON_HH
|
---|
| 14 | #define NV_STL_FUNCTIONAL_COMMON_HH
|
---|
| 15 |
|
---|
[395] | 16 | #include <nv/common.hh>
|
---|
[387] | 17 |
|
---|
| 18 | namespace nv
|
---|
| 19 | {
|
---|
| 20 | struct is_transparent_t {};
|
---|
| 21 | }
|
---|
| 22 |
|
---|
| 23 | #endif // NV_STL_FUNCTIONAL_COMMON_HH
|
---|
Note: See
TracBrowser
for help on using the repository browser.