mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
ensure clean and consistent "namespace" usage
- remove some missplaced ; - ensure end of a namespace is clearly visible - use same formatting when using namespace
This commit is contained in:
parent
343feecf56
commit
e10dcf27b4
9 changed files with 26 additions and 19 deletions
|
|
@ -77,11 +77,12 @@
|
|||
// See also: http://stackoverflow.com/questions/10020179/compilation-fail-in-boost-librairies-program-options
|
||||
// http://clang.debian.net/status.php?version=3.0&key=CANNOT_FIND_FUNCTION
|
||||
namespace boost {
|
||||
|
||||
namespace program_options {
|
||||
std::string to_internal(const std::string&);
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace boost
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue