about summary refs log tree commit diff
path: root/src/boost/format
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/format')
-rw-r--r--src/boost/format/feed_args.hpp2
-rw-r--r--src/boost/format/format_implementation.cc4
-rw-r--r--src/boost/format/free_funcs.cc2
-rw-r--r--src/boost/format/parsing.cc4
4 files changed, 6 insertions, 6 deletions
diff --git a/src/boost/format/feed_args.hpp b/src/boost/format/feed_args.hpp
index ba107dce66d5..3d0b47b4a12e 100644
--- a/src/boost/format/feed_args.hpp
+++ b/src/boost/format/feed_args.hpp
@@ -24,7 +24,7 @@
 #include "boost/format/format_class.hpp"
 #include "boost/format/group.hpp"
 
-//#include "boost/throw_exception.hpp"
+#include "boost/throw_exception.hpp"
 
 namespace boost {
 namespace io {
diff --git a/src/boost/format/format_implementation.cc b/src/boost/format/format_implementation.cc
index 41cb5fc9fa2d..aa191afe1132 100644
--- a/src/boost/format/format_implementation.cc
+++ b/src/boost/format/format_implementation.cc
@@ -20,8 +20,8 @@
 #ifndef BOOST_FORMAT_IMPLEMENTATION_HPP
 #define BOOST_FORMAT_IMPLEMENTATION_HPP
 
-//#include <boost/throw_exception.hpp>
-//#include <boost/assert.hpp>
+#include <boost/throw_exception.hpp>
+#include <boost/assert.hpp>
 #include <boost/format.hpp>
 
 namespace boost {
diff --git a/src/boost/format/free_funcs.cc b/src/boost/format/free_funcs.cc
index b2ac01774bdf..151db37a0ac9 100644
--- a/src/boost/format/free_funcs.cc
+++ b/src/boost/format/free_funcs.cc
@@ -20,7 +20,7 @@
 #define BOOST_FORMAT_FUNCS_HPP
 
 #include "boost/format.hpp"
-//#include "boost/throw_exception.hpp"
+#include "boost/throw_exception.hpp"
 
 namespace boost {
 
diff --git a/src/boost/format/parsing.cc b/src/boost/format/parsing.cc
index 1e12dea9bfc6..34c36adeb734 100644
--- a/src/boost/format/parsing.cc
+++ b/src/boost/format/parsing.cc
@@ -23,8 +23,8 @@
 
 
 #include <boost/format.hpp>
-//#include <boost/throw_exception.hpp>
-//#include <boost/assert.hpp>
+#include <boost/throw_exception.hpp>
+#include <boost/assert.hpp>
 
 
 namespace boost {